Searched refs:LoadStubCompiler (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | stub-cache.cc | 125 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()
|
D | stub-cache.h | 578 class LoadStubCompiler: public StubCompiler { 580 explicit LoadStubCompiler(Isolate* isolate) : StubCompiler(isolate) { } in LoadStubCompiler() function
|
/external/v8/src/x64/ |
D | stub-cache-x64.cc | 2536 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/ |
D | stub-cache-ia32.cc | 2702 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/ |
D | stub-cache-arm.cc | 2688 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/ |
D | stub-cache-mips.cc | 2684 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()
|