Home
last modified time | relevance | path

Searched defs:constPool (Results 1 – 8 of 8) 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.h819 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.cpp1099 GateRef constPool = GetConstPoolFromFunction(jsFunc); in NewJSFunction() local
2063 GateRef constPool = Load(VariableType::JS_ANY(), method, IntPtr(Method::CONSTANT_POOL_OFFSET)); in CreateArrayWithBuffer() local
Dcircuit_builder.cpp463 GateRef CircuitBuilder::LoadObjectFromConstPool(GateRef constPool, GateRef index) in LoadObjectFromConstPool()
Dstub_builder-inl.h3923 GateRef constPool = Load(VariableType::JS_ANY(), method, IntPtr(Method::CONSTANT_POOL_OFFSET)); in LoadPfHeaderFromConstPool() local
3936 GateRef constPool = Load(VariableType::JS_ANY(), method, IntPtr(Method::CONSTANT_POOL_OFFSET)); in LoadHCIndexInfosFromConstPool() 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.cpp1191 Reg constPool = src; in VisitGetGlobalVarAddress() local