Home
last modified time | relevance | path

Searched refs:has_one_shot_bytecode (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dserializer-for-background-compilation.cc1279 bool has_one_shot_bytecode = false; in TraverseBytecode() local
1281 has_one_shot_bytecode = in TraverseBytecode()
1282 has_one_shot_bytecode || in TraverseBytecode()
1330 if (has_one_shot_bytecode) { in TraverseBytecode()
Dbytecode-graph-builder.cc1501 bool has_one_shot_bytecode = false; in VisitBytecodes() local
1505 has_one_shot_bytecode = true; in VisitBytecodes()
1510 if (!should_disallow_heap_access() && has_one_shot_bytecode) { in VisitBytecodes()