Searched refs:CompileLoadField (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dstub-cache.h586 Handle<Code> CompileLoadField(Handle<JSObject> object,
620 Handle<Code> CompileLoadField(Handle<String> name,
H A Dstub-cache.cc146 compiler.CompileLoadField(receiver, holder, field_index, name);
248 compiler.CompileLoadField(name, receiver, holder, field_index);
/external/v8/src/ia32/
H A Dstub-cache-ia32.cc2742 Handle<Code> LoadStubCompiler::CompileLoadField(Handle<JSObject> object, function in class:v8::internal::LoadStubCompiler
2878 Handle<Code> KeyedLoadStubCompiler::CompileLoadField(Handle<String> name, function in class:v8::internal::KeyedLoadStubCompiler
/external/v8/src/x64/
H A Dstub-cache-x64.cc2574 Handle<Code> LoadStubCompiler::CompileLoadField(Handle<JSObject> object, function in class:v8::internal::LoadStubCompiler
2703 Handle<Code> KeyedLoadStubCompiler::CompileLoadField(Handle<String> name, function in class:v8::internal::KeyedLoadStubCompiler
/external/v8/src/arm/
H A Dstub-cache-arm.cc2723 Handle<Code> LoadStubCompiler::CompileLoadField(Handle<JSObject> object, function in class:v8::internal::LoadStubCompiler
2848 Handle<Code> KeyedLoadStubCompiler::CompileLoadField(Handle<String> name, function in class:v8::internal::KeyedLoadStubCompiler
/external/v8/src/mips/
H A Dstub-cache-mips.cc2718 Handle<Code> LoadStubCompiler::CompileLoadField(Handle<JSObject> object, function in class:v8::internal::LoadStubCompiler
2845 Handle<Code> KeyedLoadStubCompiler::CompileLoadField(Handle<String> name, function in class:v8::internal::KeyedLoadStubCompiler

Completed in 403 milliseconds