Home
last modified time | relevance | path

Searched refs:constpoolVal (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Druntime.cpp324 JSTaggedValue constpoolVal = constpoolIter->second; in ProcessNativeDeleteInSharedGC() local
325 if (constpoolVal.IsHeapObject()) { in ProcessNativeDeleteInSharedGC()
326 TaggedObject *obj = constpoolVal.GetTaggedObject(); in ProcessNativeDeleteInSharedGC()
330 ConstantPool::Cast(constpoolVal.GetTaggedObject())->GetUnsharedConstpoolIndex(); in ProcessNativeDeleteInSharedGC()
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.cpp182 const BaseMethodIndex &methodIndex, const JSTaggedValue constpoolVal) in GetPatchMethod()
187 ConstantPool *baseConstpool = ConstantPool::Cast(constpoolVal.GetTaggedObject()); in GetPatchMethod()
196 FindOrCreateUnsharedConstpool(constpoolVal); in GetPatchMethod()
181 GetPatchMethod(JSThread *thread, const BaseMethodIndex &methodIndex, const JSTaggedValue constpoolVal) GetPatchMethod() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp150 JSTaggedValue constpoolVal = context->FindConstpool(jsPandaFile, 0); in GenerateProgram() local
152 if (constpoolVal.IsHole()) { in GenerateProgram()
160 sconstpool = JSHandle<ConstantPool>(vm->GetJSThread(), constpoolVal); in GenerateProgram()

Completed in 5 milliseconds