Home
last modified time | relevance | path

Searched defs:detectorID (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlazy_deopt_dependency.cpp33 void CombinedDependencies::Register(uint32_t detectorID, DependentState state) in Register()
62 uint32_t detectorID = iter.first; in InstallAll() local
86 bool LazyDeoptAllDependencies::DependOnDetector(uint32_t detectorID, GlobalEnv *globalEnv) in DependOnDetector()
Dlazy_deopt_dependency.h71 DetectorDependency (uint32_t detectorID, GlobalEnv *globalEnv) in DetectorDependency()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env.h331 bool HasDependentInfos(JSThread *thread, uint32_t detectorID) in HasDependentInfos()
338 JSHandle<JSTaggedValue> GetDependentInfos(JSThread *thread, uint32_t detectorID) in GetDependentInfos()
345 void SetDependentInfos(uint32_t detectorID, JSHandle<JSTaggedValue> dependentInfos) in SetDependentInfos()
Dglobal_env.cpp89 void GlobalEnv::NotifyDetectorDeoptimize(JSThread *thread, uint32_t detectorID) in NotifyDetectorDeoptimize()
Djs_object.cpp645 uint32_t detectorID, in GetOrCreateDetectorDependentInfos()