Searched refs:modifiedLexVarPos (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | dropframe_manager.cpp | 74 std::set<std::pair<uint16_t, uint16_t>> modifiedLexVarPos; in MethodEntry() local 94 AddLexPropertiesToRecord(thread, bcIns, newEnvCount, modifiedLexVarPos, envHandle); in MethodEntry() 100 std::set<std::pair<uint16_t, uint16_t>> &modifiedLexVarPos, JSHandle<JSTaggedValue> envHandle) in AddLexPropertiesToRecord() 116 !modifiedLexVarPos.count({i, slot})) { in AddLexPropertiesToRecord() 119 modifiedLexVarPos.insert({i, slot}); in AddLexPropertiesToRecord() 99 AddLexPropertiesToRecord(JSThread *thread, BytecodeInstruction &bcIns, uint16_t &newEnvCount, std::set<std::pair<uint16_t, uint16_t>> &modifiedLexVarPos, JSHandle<JSTaggedValue> envHandle) AddLexPropertiesToRecord() argument
|
H A D | dropframe_manager.h | 66 std::set<std::pair<uint16_t, uint16_t>> &modifiedLexVarPos, JSHandle<JSTaggedValue> envHandle);
|
Completed in 2 milliseconds