Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.h196 static std::unordered_map<EntityId, std::vector<uint8>> machineCodeMap; variable
Djs_stackinfo.cpp34 std::unordered_map<EntityId, std::vector<uint8>> JsStackInfo::machineCodeMap; member in panda::ecmascript::JsStackInfo
894 JsStackInfo::machineCodeMap[EntityId(*arkUnwindParam->methodId)] = codeVec; in ArkGetMethodIdWithJit()
947 std::vector<uint8> codeVec = JsStackInfo::machineCodeMap[EntityId(methodId)]; in ArkWriteJitCode()
957 JsStackInfo::machineCodeMap.clear(); in ArkWriteJitCode()