Lines Matching refs:PlatformCodeStub
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 {
287 explicit DirectCEntryStub(Isolate* isolate) : PlatformCodeStub(isolate) {} in DirectCEntryStub()
294 DEFINE_PLATFORM_CODE_STUB(DirectCEntry, PlatformCodeStub);
298 class NameDictionaryLookupStub: public PlatformCodeStub {
303 : PlatformCodeStub(isolate) { in NameDictionaryLookupStub()
342 DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub);