Searched refs:CompileCallNormal (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dstub-cache.h413 Handle<Code> CompileCallNormal(Code::Flags flags);
H A Dstub-cache.cc775 Handle<Code> code = compiler.CompileCallNormal(flags);
1180 Handle<Code> StubCompiler::CompileCallNormal(Code::Flags flags) { function in class:v8::internal::StubCompiler
1191 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallNormal");

Completed in 86 milliseconds