Home
last modified time | relevance | path

Searched refs:LoadStubCompiler (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/v8/src/
Dstub-cache.cc127 LoadStubCompiler ic_compiler(isolate(), extra_ic_state, flag); in ComputeMonomorphicIC()
177 LoadStubCompiler compiler(isolate_, kNoExtraICState, flag); in ComputeLoadNonexistent()
362 LoadStubCompiler ic_compiler(isolate_, extra_ic_state); in ComputePolymorphicIC()
717 Register LoadStubCompiler::HandlerFrontendHeader( in HandlerFrontendHeader()
788 void LoadStubCompiler::NonexistentHandlerFrontend(Handle<HeapType> type, in NonexistentHandlerFrontend()
832 Handle<Code> LoadStubCompiler::CompileLoadField( in CompileLoadField()
846 Handle<Code> LoadStubCompiler::CompileLoadConstant( in CompileLoadConstant()
859 Handle<Code> LoadStubCompiler::CompileLoadCallback( in CompileLoadCallback()
873 Handle<Code> LoadStubCompiler::CompileLoadCallback( in CompileLoadCallback()
890 Handle<Code> LoadStubCompiler::CompileLoadInterceptor( in CompileLoadInterceptor()
[all …]
Dstub-cache.h507 class LoadStubCompiler: public BaseLoadStoreStubCompiler {
509 LoadStubCompiler(Isolate* isolate,
515 virtual ~LoadStubCompiler() { } in ~LoadStubCompiler()
615 class KeyedLoadStubCompiler: public LoadStubCompiler {
620 : LoadStubCompiler(isolate, extra_ic_state, cache_holder, in LoadStubCompiler() function
Dbuiltins.cc1316 LoadStubCompiler::GenerateLoadViaGetterForDeopt(masm); in Generate_LoadIC_Getter_ForDeopt()
Dic.cc956 LoadStubCompiler compiler(isolate(), kNoExtraICState, cache_holder, kind()); in CompileHandler()
/external/chromium_org/v8/src/x64/
Dstub-cache-x64.cc833 void LoadStubCompiler::HandlerFrontendFooter(Handle<Name> name, Label* miss) { in HandlerFrontendFooter()
855 Register LoadStubCompiler::CallbackHandlerFrontend( in CallbackHandlerFrontend()
905 void LoadStubCompiler::GenerateLoadField(Register reg, in GenerateLoadField()
920 void LoadStubCompiler::GenerateLoadCallback( in GenerateLoadCallback()
965 void LoadStubCompiler::GenerateLoadConstant(Handle<Object> value) { in GenerateLoadConstant()
972 void LoadStubCompiler::GenerateLoadInterceptor( in GenerateLoadInterceptor()
1208 Handle<Code> LoadStubCompiler::CompileLoadNonexistent(Handle<HeapType> type, in CompileLoadNonexistent()
1223 Register* LoadStubCompiler::registers() { in registers()
1260 void LoadStubCompiler::GenerateLoadViaGetter(MacroAssembler* masm, in GenerateLoadViaGetter()
1301 Handle<Code> LoadStubCompiler::CompileLoadGlobal( in CompileLoadGlobal()
/external/chromium_org/v8/src/arm64/
Dstub-cache-arm64.cc887 void LoadStubCompiler::HandlerFrontendFooter(Handle<Name> name, Label* miss) { in HandlerFrontendFooter()
913 Register LoadStubCompiler::CallbackHandlerFrontend(Handle<HeapType> type, in CallbackHandlerFrontend()
959 void LoadStubCompiler::GenerateLoadField(Register reg, in GenerateLoadField()
974 void LoadStubCompiler::GenerateLoadConstant(Handle<Object> value) { in GenerateLoadConstant()
981 void LoadStubCompiler::GenerateLoadCallback( in GenerateLoadCallback()
1036 void LoadStubCompiler::GenerateLoadInterceptor( in GenerateLoadInterceptor()
1225 Handle<Code> LoadStubCompiler::CompileLoadNonexistent(Handle<HeapType> type, in CompileLoadNonexistent()
1246 Register* LoadStubCompiler::registers() { in registers()
1282 void LoadStubCompiler::GenerateLoadViaGetter(MacroAssembler* masm, in GenerateLoadViaGetter()
1319 Handle<Code> LoadStubCompiler::CompileLoadGlobal( in CompileLoadGlobal()
/external/chromium_org/v8/src/x87/
Dstub-cache-x87.cc882 void LoadStubCompiler::HandlerFrontendFooter(Handle<Name> name, Label* miss) { in HandlerFrontendFooter()
904 Register LoadStubCompiler::CallbackHandlerFrontend( in CallbackHandlerFrontend()
963 void LoadStubCompiler::GenerateLoadField(Register reg, in GenerateLoadField()
978 void LoadStubCompiler::GenerateLoadCallback( in GenerateLoadCallback()
1024 void LoadStubCompiler::GenerateLoadConstant(Handle<Object> value) { in GenerateLoadConstant()
1031 void LoadStubCompiler::GenerateLoadInterceptor( in GenerateLoadInterceptor()
1268 Handle<Code> LoadStubCompiler::CompileLoadNonexistent(Handle<HeapType> type, in CompileLoadNonexistent()
1283 Register* LoadStubCompiler::registers() { in registers()
1320 void LoadStubCompiler::GenerateLoadViaGetter(MacroAssembler* masm, in GenerateLoadViaGetter()
1356 Handle<Code> LoadStubCompiler::CompileLoadGlobal( in CompileLoadGlobal()
/external/chromium_org/v8/src/ia32/
Dstub-cache-ia32.cc883 void LoadStubCompiler::HandlerFrontendFooter(Handle<Name> name, Label* miss) { in HandlerFrontendFooter()
905 Register LoadStubCompiler::CallbackHandlerFrontend( in CallbackHandlerFrontend()
964 void LoadStubCompiler::GenerateLoadField(Register reg, in GenerateLoadField()
979 void LoadStubCompiler::GenerateLoadCallback( in GenerateLoadCallback()
1025 void LoadStubCompiler::GenerateLoadConstant(Handle<Object> value) { in GenerateLoadConstant()
1032 void LoadStubCompiler::GenerateLoadInterceptor( in GenerateLoadInterceptor()
1269 Handle<Code> LoadStubCompiler::CompileLoadNonexistent(Handle<HeapType> type, in CompileLoadNonexistent()
1284 Register* LoadStubCompiler::registers() { in registers()
1321 void LoadStubCompiler::GenerateLoadViaGetter(MacroAssembler* masm, in GenerateLoadViaGetter()
1357 Handle<Code> LoadStubCompiler::CompileLoadGlobal( in CompileLoadGlobal()
/external/chromium_org/v8/src/arm/
Dstub-cache-arm.cc930 void LoadStubCompiler::HandlerFrontendFooter(Handle<Name> name, Label* miss) { in HandlerFrontendFooter()
952 Register LoadStubCompiler::CallbackHandlerFrontend( in CallbackHandlerFrontend()
998 void LoadStubCompiler::GenerateLoadField(Register reg, in GenerateLoadField()
1013 void LoadStubCompiler::GenerateLoadConstant(Handle<Object> value) { in GenerateLoadConstant()
1020 void LoadStubCompiler::GenerateLoadCallback( in GenerateLoadCallback()
1067 void LoadStubCompiler::GenerateLoadInterceptor( in GenerateLoadInterceptor()
1249 Handle<Code> LoadStubCompiler::CompileLoadNonexistent(Handle<HeapType> type, in CompileLoadNonexistent()
1264 Register* LoadStubCompiler::registers() { in registers()
1301 void LoadStubCompiler::GenerateLoadViaGetter(MacroAssembler* masm, in GenerateLoadViaGetter()
1343 Handle<Code> LoadStubCompiler::CompileLoadGlobal( in CompileLoadGlobal()
/external/chromium_org/v8/src/mips/
Dstub-cache-mips.cc922 void LoadStubCompiler::HandlerFrontendFooter(Handle<Name> name, Label* miss) { in HandlerFrontendFooter()
944 Register LoadStubCompiler::CallbackHandlerFrontend( in CallbackHandlerFrontend()
989 void LoadStubCompiler::GenerateLoadField(Register reg, in GenerateLoadField()
1004 void LoadStubCompiler::GenerateLoadConstant(Handle<Object> value) { in GenerateLoadConstant()
1011 void LoadStubCompiler::GenerateLoadCallback( in GenerateLoadCallback()
1061 void LoadStubCompiler::GenerateLoadInterceptor( in GenerateLoadInterceptor()
1240 Handle<Code> LoadStubCompiler::CompileLoadNonexistent(Handle<HeapType> type, in CompileLoadNonexistent()
1254 Register* LoadStubCompiler::registers() { in registers()
1291 void LoadStubCompiler::GenerateLoadViaGetter(MacroAssembler* masm, in GenerateLoadViaGetter()
1333 Handle<Code> LoadStubCompiler::CompileLoadGlobal( in CompileLoadGlobal()
/external/chromium_org/tools/telemetry/unittest_data/
Dperf_report_output.txt1225 0.12^3561117^HTMLParserThrea^chrome ^[.] v8::internal::LoadStubCompiler::registers()
1227 --- v8::internal::LoadStubCompiler::registers()
1262 0.12^3558753^HTMLParserThrea^chrome ^[.] v8::internal::LoadStubCompiler::JitEvent(v8:…
1264 …--- v8::internal::LoadStubCompiler::JitEvent(v8::internal::Handle<v8::internal::Name>, v8::interna…