Searched refs:PlatformCodeStub (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/mips64/ |
D | code-stubs-mips64.h | 51 class StoreRegistersStateStub: public PlatformCodeStub { 54 : PlatformCodeStub(isolate) {} in StoreRegistersStateStub() 60 DEFINE_PLATFORM_CODE_STUB(StoreRegistersState, PlatformCodeStub); 64 class RestoreRegistersStateStub: public PlatformCodeStub { 67 : PlatformCodeStub(isolate) {} in RestoreRegistersStateStub() 73 DEFINE_PLATFORM_CODE_STUB(RestoreRegistersState, PlatformCodeStub); 79 class WriteInt32ToHeapNumberStub : public PlatformCodeStub { 84 : PlatformCodeStub(isolate) { in WriteInt32ToHeapNumberStub() 123 DEFINE_CODE_STUB(WriteInt32ToHeapNumber, PlatformCodeStub); 127 class RecordWriteStub: public PlatformCodeStub { [all …]
|
/external/v8/src/mips/ |
D | code-stubs-mips.h | 50 class StoreRegistersStateStub: public PlatformCodeStub { 53 : PlatformCodeStub(isolate) {} in StoreRegistersStateStub() 59 DEFINE_PLATFORM_CODE_STUB(StoreRegistersState, PlatformCodeStub); 63 class RestoreRegistersStateStub: public PlatformCodeStub { 66 : PlatformCodeStub(isolate) {} in RestoreRegistersStateStub() 72 DEFINE_PLATFORM_CODE_STUB(RestoreRegistersState, PlatformCodeStub); 79 class WriteInt32ToHeapNumberStub : public PlatformCodeStub { 84 : PlatformCodeStub(isolate) { in WriteInt32ToHeapNumberStub() 121 DEFINE_PLATFORM_CODE_STUB(WriteInt32ToHeapNumber, PlatformCodeStub); 125 class RecordWriteStub: public PlatformCodeStub { [all …]
|
/external/v8/src/ |
D | code-stubs.h | 331 class PlatformCodeStub : public CodeStub { 339 explicit PlatformCodeStub(Isolate* isolate) : CodeStub(isolate) {} in PlatformCodeStub() function 344 DEFINE_CODE_STUB_BASE(PlatformCodeStub, CodeStub); 670 class InstanceofStub: public PlatformCodeStub { 679 InstanceofStub(Isolate* isolate, Flags flags) : PlatformCodeStub(isolate) { in InstanceofStub() 710 DEFINE_PLATFORM_CODE_STUB(Instanceof, PlatformCodeStub); 721 class ArrayConstructorStub: public PlatformCodeStub { 742 DEFINE_PLATFORM_CODE_STUB(ArrayConstructor, PlatformCodeStub); 746 class InternalArrayConstructorStub: public PlatformCodeStub { 754 DEFINE_PLATFORM_CODE_STUB(InternalArrayConstructor, PlatformCodeStub); [all …]
|
D | code-stubs.cc | 100 Handle<Code> PlatformCodeStub::GenerateCode() { in GenerateCode() 935 : PlatformCodeStub(isolate) { in ArrayConstructorStub() 943 : PlatformCodeStub(isolate) { in ArrayConstructorStub() 958 Isolate* isolate) : PlatformCodeStub(isolate) { in InternalArrayConstructorStub()
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.h | 38 class StoreRegistersStateStub: public PlatformCodeStub { 41 : PlatformCodeStub(isolate) {} in StoreRegistersStateStub() 49 DEFINE_PLATFORM_CODE_STUB(StoreRegistersState, PlatformCodeStub); 53 class RestoreRegistersStateStub: public PlatformCodeStub { 56 : PlatformCodeStub(isolate) {} in RestoreRegistersStateStub() 62 DEFINE_PLATFORM_CODE_STUB(RestoreRegistersState, PlatformCodeStub); 66 class RecordWriteStub: public PlatformCodeStub { 77 : PlatformCodeStub(isolate), in RecordWriteStub() 92 : PlatformCodeStub(key, isolate), regs_(object(), address(), value()) {} in RecordWriteStub() 325 class DirectCEntryStub: public PlatformCodeStub { [all …]
|
/external/v8/src/arm/ |
D | code-stubs-arm.h | 52 class WriteInt32ToHeapNumberStub : public PlatformCodeStub { 56 : PlatformCodeStub(isolate) { in WriteInt32ToHeapNumberStub() 83 DEFINE_PLATFORM_CODE_STUB(WriteInt32ToHeapNumber, PlatformCodeStub); 87 class RecordWriteStub: public PlatformCodeStub { 95 : PlatformCodeStub(isolate), in RecordWriteStub() 107 : PlatformCodeStub(key, isolate), regs_(object(), address(), value()) {} in RecordWriteStub() 290 class DirectCEntryStub: public PlatformCodeStub { 292 explicit DirectCEntryStub(Isolate* isolate) : PlatformCodeStub(isolate) {} in DirectCEntryStub() 299 DEFINE_PLATFORM_CODE_STUB(DirectCEntry, PlatformCodeStub); 303 class NameDictionaryLookupStub: public PlatformCodeStub { [all …]
|
/external/v8/src/x64/ |
D | code-stubs-x64.h | 47 class NameDictionaryLookupStub: public PlatformCodeStub { 53 : PlatformCodeStub(isolate) { in NameDictionaryLookupStub() 108 DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub); 112 class RecordWriteStub: public PlatformCodeStub { 117 : PlatformCodeStub(isolate), in RecordWriteStub() 129 : PlatformCodeStub(key, isolate), regs_(object(), address(), value()) {} in RecordWriteStub()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.h | 52 class NameDictionaryLookupStub: public PlatformCodeStub { 58 : PlatformCodeStub(isolate) { in NameDictionaryLookupStub() 113 DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub); 117 class RecordWriteStub: public PlatformCodeStub { 125 : PlatformCodeStub(isolate), in RecordWriteStub() 137 : PlatformCodeStub(key, isolate), regs_(object(), address(), value()) {} in RecordWriteStub()
|
/external/v8/src/x87/ |
D | code-stubs-x87.h | 52 class NameDictionaryLookupStub: public PlatformCodeStub { 58 : PlatformCodeStub(isolate) { in NameDictionaryLookupStub() 113 DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub); 117 class RecordWriteStub: public PlatformCodeStub { 122 : PlatformCodeStub(isolate), in RecordWriteStub() 134 : PlatformCodeStub(key, isolate), regs_(object(), address(), value()) {} in RecordWriteStub()
|