Searched refs:SetJitCodeMap (Results 1 – 3 of 3) sorted by relevance
342 void JSThread::SetJitCodeMap(JSTaggedType exception, MachineCode* machineCode, std::string &method… in SetJitCodeMap() function in panda::ecmascript::JSThread
920 …void SetJitCodeMap(JSTaggedType exception, MachineCode* machineCode, std::string &methodName, uin…
178 … thread->SetJitCodeMap(jsErrorObj.GetTaggedValue().GetRawData(), machineCode, methodName, offset); in AssembleJitCodeMap()