Home
last modified time | relevance | path

Searched refs:CheckUnsharedConstpool (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Djit_compilation_env.cpp100 ASSERT(!ConstantPool::CheckUnsharedConstpool(constpool)); in FindOrCreateUnsharedConstpool()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp65 if (!ConstantPool::CheckUnsharedConstpool(constpool)) { in PrepareCompile()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h254 static bool CheckUnsharedConstpool(JSTaggedValue constpool) in CheckUnsharedConstpool() function