HomeSort by relevance Sort by last modified time
    Searched refs:CompileStoreMegamorphic (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/ic/
ic-compiler.h 78 Handle<Code> CompileStoreMegamorphic(Code::Flags flags);
ic-compiler.cc 211 code = compiler.CompileStoreMegamorphic(flags);
352 Handle<Code> PropertyICCompiler::CompileStoreMegamorphic(Code::Flags flags) {
354 Handle<Code> code = GetCodeWithFlags(flags, "CompileStoreMegamorphic");

Completed in 101 milliseconds