Home
last modified time | relevance | path

Searched refs:jumpMap (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.h68 for (auto elem : jumpMap) { in ~BaselineCompiler()
74 jumpMap.clear(); in ~BaselineCompiler()
94 std::unordered_map<size_t, JumpLabel*> jumpMap; member in panda::ecmascript::kungfu::BaselineCompiler
H A Dbaseline_compiler.cpp154 if (jumpMap.count(bytecodeOffset) != 0) { in Compile()
155 JumpLabel *label = jumpMap.at(bytecodeOffset); in Compile()
160 jumpMap.insert({bytecodeOffset, label}); in Compile()
3415 if (jumpMap.count(pos) != 0) { in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
3416 jump = jumpMap.at(pos); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
3419 jumpMap.insert({pos, jump}); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
3436 if (jumpMap.count(pos) != 0) { in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
3437 jump = jumpMap.at(pos); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
3440 jumpMap.insert({pos, jump}); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
3457 if (jumpMap in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
[all...]

Completed in 9 milliseconds