Searched refs:machineCodeMap (Results 1 – 2 of 2) sorted by relevance
196 static std::unordered_map<EntityId, std::vector<uint8>> machineCodeMap; variable
34 std::unordered_map<EntityId, std::vector<uint8>> JsStackInfo::machineCodeMap; member in panda::ecmascript::JsStackInfo894 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()