Home
last modified time | relevance | path

Searched defs:constPool (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp257 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewSConstantPool(4); in HWTEST_F_L0() local
297 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewSConstantPool(4); in HWTEST_F_L0() local
351 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewSConstantPool(4); in HWTEST_F_L0() local
408 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewSConstantPool(4); in HWTEST_F_L0() local
500 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewSConstantPool(4); in HWTEST_F_L0() local
574 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewSConstantPool(4); in HWTEST_F_L0() local
619 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewSConstantPool(4); in HWTEST_F_L0() local
688 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewSConstantPool(4); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h823 ConstPool constPool; variable
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h363 inline void InitConstantPoolTail(const JSThread *thread, JSHandle<ConstantPool> constPool) in InitConstantPoolTail()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp1188 GateRef constPool = GetConstPoolFromFunction(glue, jsFunc); in NewJSFunction() local
2321 …GateRef constPool = Load(VariableType::JS_ANY(), glue, method, IntPtr(Method::CONSTANT_POOL_OFFSET… in CreateArrayWithBuffer() local
Dcircuit_builder.cpp490 GateRef CircuitBuilder::LoadObjectFromConstPool(GateRef glue, GateRef constPool, GateRef index) in LoadObjectFromConstPool()
Dstub_builder-inl.h4160 …GateRef constPool = Load(VariableType::JS_ANY(), glue, method, IntPtr(Method::CONSTANT_POOL_OFFSET… in LoadPfHeaderFromConstPool() local
4173 …GateRef constPool = Load(VariableType::JS_ANY(), glue, method, IntPtr(Method::CONSTANT_POOL_OFFSET… in LoadHCIndexInfosFromConstPool() local
Dslowpath_lowering.cpp3092 auto constPool = compilationEnv_->FindConstpool(compilationEnv_->GetJSPandaFile(), 0); in OptimizeDefineFuncForJit() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp951 JSTaggedValue SlowRuntimeStub::DefineFunc(JSThread *thread, JSTaggedValue constPool, uint16_t metho… in DefineFunc()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp1195 Reg constPool = src; in VisitGetGlobalVarAddress() local