Home
last modified time | relevance | path

Searched refs:FindPatchModule (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp253 … thread->GetCurrentEcmaContext()->FindPatchModule(replacedPatchMethods[methodId]); in UpdateJSFunction()
263 … thread->GetCurrentEcmaContext()->FindPatchModule(replacedPatchMethods[methodId]); in UpdateJSFunction()
283 thread->GetCurrentEcmaContext()->FindPatchModule(recordName); in UpdateModuleForColdPatch()
295 thread->GetCurrentEcmaContext()->FindPatchModule(recordName); in UpdateModuleForColdPatch()
Dquick_fix_manager.cpp223 JSHandle<JSTaggedValue> moduleRecord = context->FindPatchModule(recordName); in CheckAndGetPatch()
226 moduleRecord = context->FindPatchModule(recordName); in CheckAndGetPatch()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_tools.cpp70 context->FindPatchModule(module->GetEcmaModuleRecordNameString()); in ProcessModuleLoadInfo()
Djs_module_manager.cpp128 context->FindPatchModule(module->GetEcmaModuleRecordNameString()); in GetModuleValueOutterInternal()
194 context->FindPatchModule(module->GetEcmaModuleRecordNameString()); in GetLazyModuleValueOutterInternal()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h567 JSHandle<JSTaggedValue> FindPatchModule(const CString &recordName) const in FindPatchModule() function
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2479 thread->GetCurrentEcmaContext()->FindPatchModule(MethodLiteral::GetRecordName( in RuntimeSetPatchModule()