Home
last modified time | relevance | path

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

/external/v8/src/
Dstub-cache.cc125 LoadStubCompiler compiler(isolate_); in ComputeLoadNonexistent()
144 LoadStubCompiler compiler(isolate_); in ComputeLoadField()
164 LoadStubCompiler compiler(isolate_); in ComputeLoadCallback()
184 LoadStubCompiler compiler(isolate_); in ComputeLoadConstant()
202 LoadStubCompiler compiler(isolate_); in ComputeLoadInterceptor()
227 LoadStubCompiler compiler(isolate_); in ComputeLoadGlobal()
1322 Handle<Code> LoadStubCompiler::GetCode(PropertyType type, Handle<String> name) { in GetCode()
Dstub-cache.h578 class LoadStubCompiler: public StubCompiler {
580 explicit LoadStubCompiler(Isolate* isolate) : StubCompiler(isolate) { } in LoadStubCompiler() function
/external/v8/src/x64/
Dstub-cache-x64.cc2536 Handle<Code> LoadStubCompiler::CompileLoadNonexistent(Handle<String> name, in CompileLoadNonexistent()
2574 Handle<Code> LoadStubCompiler::CompileLoadField(Handle<JSObject> object, in CompileLoadField()
2594 Handle<Code> LoadStubCompiler::CompileLoadCallback( in CompileLoadCallback()
2615 Handle<Code> LoadStubCompiler::CompileLoadConstant(Handle<JSObject> object, in CompileLoadConstant()
2635 Handle<Code> LoadStubCompiler::CompileLoadInterceptor(Handle<JSObject> receiver, in CompileLoadInterceptor()
2659 Handle<Code> LoadStubCompiler::CompileLoadGlobal( in CompileLoadGlobal()
/external/v8/src/ia32/
Dstub-cache-ia32.cc2702 Handle<Code> LoadStubCompiler::CompileLoadNonexistent(Handle<String> name, in CompileLoadNonexistent()
2742 Handle<Code> LoadStubCompiler::CompileLoadField(Handle<JSObject> object, in CompileLoadField()
2762 Handle<Code> LoadStubCompiler::CompileLoadCallback( in CompileLoadCallback()
2784 Handle<Code> LoadStubCompiler::CompileLoadConstant(Handle<JSObject> object, in CompileLoadConstant()
2804 Handle<Code> LoadStubCompiler::CompileLoadInterceptor(Handle<JSObject> receiver, in CompileLoadInterceptor()
2830 Handle<Code> LoadStubCompiler::CompileLoadGlobal( in CompileLoadGlobal()
/external/v8/src/arm/
Dstub-cache-arm.cc2688 Handle<Code> LoadStubCompiler::CompileLoadNonexistent(Handle<String> name, in CompileLoadNonexistent()
2723 Handle<Code> LoadStubCompiler::CompileLoadField(Handle<JSObject> object, in CompileLoadField()
2743 Handle<Code> LoadStubCompiler::CompileLoadCallback( in CompileLoadCallback()
2764 Handle<Code> LoadStubCompiler::CompileLoadConstant(Handle<JSObject> object, in CompileLoadConstant()
2784 Handle<Code> LoadStubCompiler::CompileLoadInterceptor(Handle<JSObject> object, in CompileLoadInterceptor()
2806 Handle<Code> LoadStubCompiler::CompileLoadGlobal( in CompileLoadGlobal()
/external/v8/src/mips/
Dstub-cache-mips.cc2684 Handle<Code> LoadStubCompiler::CompileLoadNonexistent(Handle<String> name, in CompileLoadNonexistent()
2718 Handle<Code> LoadStubCompiler::CompileLoadField(Handle<JSObject> object, in CompileLoadField()
2740 Handle<Code> LoadStubCompiler::CompileLoadCallback( in CompileLoadCallback()
2761 Handle<Code> LoadStubCompiler::CompileLoadConstant(Handle<JSObject> object, in CompileLoadConstant()
2781 Handle<Code> LoadStubCompiler::CompileLoadInterceptor(Handle<JSObject> object, in CompileLoadInterceptor()
2804 Handle<Code> LoadStubCompiler::CompileLoadGlobal( in CompileLoadGlobal()