Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.cc290 bool is_megamorphic; in CompileImpl() local
301 if (!it->second.is_megamorphic && in CompileImpl()
307 it->second.is_megamorphic = true; in CompileImpl()
310 is_megamorphic = it->second.is_megamorphic; in CompileImpl()
330 if (is_megamorphic) { in CompileImpl()
Dxla_compilation_cache.h181 bool is_megamorphic = false; member
/external/v8/src/interpreter/
Dinterpreter-assembler.cc895 TNode<BoolT> is_megamorphic = TaggedEqual( in ConstructWithSpread() local
897 GotoIf(is_megamorphic, &construct); in ConstructWithSpread()