Home
last modified time | relevance | path

Searched refs:AllocateJumpTable (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.h492 BytecodeJumpTable* AllocateJumpTable(int size, int case_value_base);
H A Dbytecode-generator.cc286 builder()->AllocateJumpTable(static_cast<int>(deferred_.size()), 0); in ApplyDeferredCommands()
1506 builder()->AllocateJumpTable(info()->literal()->suspend_count(), 0); in BuildGeneratorPrologue()
2004 jump_table = builder()->AllocateJumpTable( in VisitSwitchStatement()
4724 builder()->AllocateJumpTable(2, JSGeneratorObject::kNext); in VisitYield()
4862 builder()->AllocateJumpTable(2, 1); in VisitYieldStar()
H A Dbytecode-array-builder.cc1552 BytecodeJumpTable* BytecodeArrayBuilder::AllocateJumpTable( in AllocateJumpTable() function in v8::internal::interpreter::BytecodeArrayBuilder

Completed in 14 milliseconds