Lines Matching refs:PlatformCodeStub
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 {
330 explicit DirectCEntryStub(Isolate* isolate) : PlatformCodeStub(isolate) {} in DirectCEntryStub()
337 DEFINE_PLATFORM_CODE_STUB(DirectCEntry, PlatformCodeStub);
341 class NameDictionaryLookupStub: public PlatformCodeStub {
346 : PlatformCodeStub(isolate) { in NameDictionaryLookupStub()
385 DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub);