Searched refs:CompileLoadConstant (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | stub-cache.h | 596 Handle<Code> CompileLoadConstant(Handle<JSObject> object, 630 Handle<Code> CompileLoadConstant(Handle<String> name,
|
D | stub-cache.cc | 186 compiler.CompileLoadConstant(receiver, holder, value, name); in ComputeLoadConstant() 268 compiler.CompileLoadConstant(name, receiver, holder, value); in ComputeKeyedLoadConstant()
|
/external/v8/src/x64/ |
D | stub-cache-x64.cc | 2615 Handle<Code> LoadStubCompiler::CompileLoadConstant(Handle<JSObject> object, in CompileLoadConstant() function in v8::internal::LoadStubCompiler 2761 Handle<Code> KeyedLoadStubCompiler::CompileLoadConstant( in CompileLoadConstant() function in v8::internal::KeyedLoadStubCompiler
|
/external/v8/src/ia32/ |
D | stub-cache-ia32.cc | 2784 Handle<Code> LoadStubCompiler::CompileLoadConstant(Handle<JSObject> object, in CompileLoadConstant() function in v8::internal::LoadStubCompiler 2938 Handle<Code> KeyedLoadStubCompiler::CompileLoadConstant( in CompileLoadConstant() function in v8::internal::KeyedLoadStubCompiler
|
/external/v8/src/arm/ |
D | stub-cache-arm.cc | 2764 Handle<Code> LoadStubCompiler::CompileLoadConstant(Handle<JSObject> object, in CompileLoadConstant() function in v8::internal::LoadStubCompiler 2896 Handle<Code> KeyedLoadStubCompiler::CompileLoadConstant( in CompileLoadConstant() function in v8::internal::KeyedLoadStubCompiler
|
/external/v8/src/mips/ |
D | stub-cache-mips.cc | 2761 Handle<Code> LoadStubCompiler::CompileLoadConstant(Handle<JSObject> object, in CompileLoadConstant() function in v8::internal::LoadStubCompiler 2891 Handle<Code> KeyedLoadStubCompiler::CompileLoadConstant( in CompileLoadConstant() function in v8::internal::KeyedLoadStubCompiler
|