Lines Matching refs:PlatformCodeStub
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 {
275 explicit DirectCEntryStub(Isolate* isolate) : PlatformCodeStub(isolate) {} in DirectCEntryStub()
282 DEFINE_PLATFORM_CODE_STUB(DirectCEntry, PlatformCodeStub);
286 class NameDictionaryLookupStub : public PlatformCodeStub {
291 : PlatformCodeStub(isolate) { in NameDictionaryLookupStub()
323 DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub);