Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.cc187 static bool IsMegamorphic(int64 compile_count, int64 execution_count) { in IsMegamorphic() function
281 IsMegamorphic(/*compile_count=*/it->second.compile_count, in CompileImpl()
/external/v8/src/
Dfeedback-vector.h579 bool IsMegamorphic() const { return StateFromFeedback() == MEGAMORPHIC; } in IsMegamorphic() function
/external/v8/src/ic/
Dic.cc2565 if (!CanFastCloneObject(source_map) || nexus.IsMegamorphic()) { in RUNTIME_FUNCTION()