Searched refs:PlatformCodeStub (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/ |
D | code-stubs.h | 372 class PlatformCodeStub : public CodeStub { 378 explicit PlatformCodeStub(Isolate* isolate) : CodeStub(isolate) {} in PlatformCodeStub() function 383 DEFINE_CODE_STUB_BASE(PlatformCodeStub, CodeStub); 821 class InstanceOfStub final : public PlatformCodeStub { 823 explicit InstanceOfStub(Isolate* isolate) : PlatformCodeStub(isolate) {} in InstanceOfStub() 827 DEFINE_PLATFORM_CODE_STUB(InstanceOf, PlatformCodeStub); 838 class ArrayConstructorStub: public PlatformCodeStub { 859 DEFINE_PLATFORM_CODE_STUB(ArrayConstructor, PlatformCodeStub); 863 class InternalArrayConstructorStub: public PlatformCodeStub { 871 DEFINE_PLATFORM_CODE_STUB(InternalArrayConstructor, PlatformCodeStub); [all …]
|
D | code-stubs.cc | 108 Handle<Code> PlatformCodeStub::GenerateCode() { in GenerateCode() 1015 : PlatformCodeStub(isolate) { in ArrayConstructorStub() 1023 : PlatformCodeStub(isolate) { in ArrayConstructorStub() 1038 Isolate* isolate) : PlatformCodeStub(isolate) { in InternalArrayConstructorStub()
|
/external/v8/src/mips/ |
D | code-stubs-mips.h | 52 class StoreRegistersStateStub: public PlatformCodeStub { 55 : PlatformCodeStub(isolate) {} in StoreRegistersStateStub() 61 DEFINE_PLATFORM_CODE_STUB(StoreRegistersState, PlatformCodeStub); 65 class RestoreRegistersStateStub: public PlatformCodeStub { 68 : PlatformCodeStub(isolate) {} in RestoreRegistersStateStub() 74 DEFINE_PLATFORM_CODE_STUB(RestoreRegistersState, PlatformCodeStub); 78 class RecordWriteStub: public PlatformCodeStub { 86 : PlatformCodeStub(isolate), in RecordWriteStub() 98 : PlatformCodeStub(key, isolate), regs_(object(), address(), value()) {} in RecordWriteStub() 284 class DirectCEntryStub: public PlatformCodeStub { [all …]
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.h | 52 class StoreRegistersStateStub : public PlatformCodeStub { 55 : PlatformCodeStub(isolate) {} in StoreRegistersStateStub() 61 DEFINE_PLATFORM_CODE_STUB(StoreRegistersState, PlatformCodeStub); 65 class RestoreRegistersStateStub : public PlatformCodeStub { 68 : PlatformCodeStub(isolate) {} in RestoreRegistersStateStub() 74 DEFINE_PLATFORM_CODE_STUB(RestoreRegistersState, PlatformCodeStub); 78 class RecordWriteStub : public PlatformCodeStub { 83 : PlatformCodeStub(isolate), in RecordWriteStub() 95 : PlatformCodeStub(key, isolate), regs_(object(), address(), value()) {} in RecordWriteStub() 273 class DirectCEntryStub : public PlatformCodeStub { [all …]
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.h | 53 class StoreRegistersStateStub: public PlatformCodeStub { 56 : PlatformCodeStub(isolate) {} in StoreRegistersStateStub() 62 DEFINE_PLATFORM_CODE_STUB(StoreRegistersState, PlatformCodeStub); 66 class RestoreRegistersStateStub: public PlatformCodeStub { 69 : PlatformCodeStub(isolate) {} in RestoreRegistersStateStub() 75 DEFINE_PLATFORM_CODE_STUB(RestoreRegistersState, PlatformCodeStub); 79 class RecordWriteStub: public PlatformCodeStub { 87 : PlatformCodeStub(isolate), in RecordWriteStub() 99 : PlatformCodeStub(key, isolate), regs_(object(), address(), value()) {} in RecordWriteStub() 285 class DirectCEntryStub: public PlatformCodeStub { [all …]
|
/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() 328 class DirectCEntryStub: public PlatformCodeStub { [all …]
|
/external/v8/src/arm/ |
D | code-stubs-arm.h | 51 class RecordWriteStub: public PlatformCodeStub { 59 : PlatformCodeStub(isolate), in RecordWriteStub() 71 : PlatformCodeStub(key, isolate), regs_(object(), address(), value()) {} in RecordWriteStub() 253 class DirectCEntryStub: public PlatformCodeStub { 255 explicit DirectCEntryStub(Isolate* isolate) : PlatformCodeStub(isolate) {} in DirectCEntryStub() 262 DEFINE_PLATFORM_CODE_STUB(DirectCEntry, PlatformCodeStub); 266 class NameDictionaryLookupStub: public PlatformCodeStub { 271 : PlatformCodeStub(isolate) { in NameDictionaryLookupStub() 310 DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub);
|
/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/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()
|
/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()
|