|
V8 Project
|
#include <code-stubs.h>
Inheritance diagram for v8::internal::MathPowStub:
Collaboration diagram for v8::internal::MathPowStub:Classes | |
| class | ExponentTypeBits |
Public Types | |
| enum | ExponentType { INTEGER , DOUBLE , TAGGED , ON_STACK } |
Public Member Functions | |
| MathPowStub (Isolate *isolate, ExponentType exponent_type) | |
| virtual CallInterfaceDescriptor | GetCallInterfaceDescriptor () OVERRIDE |
Public Member Functions inherited from v8::internal::PlatformCodeStub | |
| virtual Handle< Code > | GenerateCode () OVERRIDE |
| virtual Code::Kind | GetCodeKind () const |
Private Member Functions | |
| ExponentType | exponent_type () const |
| DEFINE_PLATFORM_CODE_STUB (MathPow, PlatformCodeStub) | |
Additional Inherited Members | |
Protected Member Functions inherited from v8::internal::PlatformCodeStub | |
| PlatformCodeStub (Isolate *isolate) | |
| virtual void | Generate (MacroAssembler *masm)=0 |
| DEFINE_CODE_STUB_BASE (PlatformCodeStub, CodeStub) | |
Definition at line 760 of file code-stubs.h.
|
inline |
Definition at line 764 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::encode(), and exponent_type().
Here is the call graph for this function:
|
private |
|
inlineprivate |
Definition at line 780 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::decode().
Referenced by GetCallInterfaceDescriptor(), and MathPowStub().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinevirtual |
Definition at line 769 of file code-stubs.h.
References exponent_type(), INTEGER, and TAGGED.
Here is the call graph for this function: