Home
last modified time | relevance | path

Searched refs:ComputeLoad (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ic/
Dic-compiler.h24 static Handle<Code> ComputeLoad(Isolate* isolate, InlineCacheState ic_state,
Dic-compiler.cc170 Handle<Code> PropertyICCompiler::ComputeLoad(Isolate* isolate, in ComputeLoad() function in v8::internal::PropertyICCompiler
Dic.cc817 return PropertyICCompiler::ComputeLoad(isolate, UNINITIALIZED, extra_state); in initialize_stub()
834 return PropertyICCompiler::ComputeLoad(isolate, PREMONOMORPHIC, extra_state); in pre_monomorphic_stub()