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.cpp128 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewConstantPool(4); in HWTEST_F_L0() local
176 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewConstantPool(4); in HWTEST_F_L0() local
242 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewConstantPool(4); in HWTEST_F_L0() local
303 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewConstantPool(4); in HWTEST_F_L0() local
400 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewConstantPool(4); in HWTEST_F_L0() local
469 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewConstantPool(4); in HWTEST_F_L0() local
513 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewConstantPool(4); in HWTEST_F_L0() local
645 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewConstantPool(4); in HWTEST_F_L0() local
919 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewConstantPool(4); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_mcr_lowering.cpp121 GateRef constPool = builder_.GetConstPool(jsFunc); in LoadFromConstPool() local
Dnew_object_stub_builder.cpp542 GateRef constPool = Load(VariableType::JS_ANY(), method, IntPtr(Method::CONSTANT_POOL_OFFSET)); in CreateArrayWithBuffer() local
Dtype_mcr_lowering.cpp521 GateRef constPool = builder_.GetConstPool(jsFunc); in LoadFromConstPool() local
527 GateRef constPool = builder_.GetConstPool(jsFunc); in GetObjectFromConstPool() local
Dcircuit_builder.cpp1210 GateRef constPool = GetConstPoolFromFunction(jsFunc); in LoadObjectFromConstPool() local
1465 GateRef constPool = GetConstPoolFromFunction(jsFunc); in GetObjectFromConstPool() local
1470 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef constPool, Ga… in GetObjectFromConstPool()
Dts_hcr_lowering.cpp712 GateRef constPool = builder_.GetConstPool(func); in BuildNamedPropertyAccessVerifier() local
Dstub_builder-inl.h2438 GateRef constPool = Load(VariableType::JS_ANY(), method, IntPtr(Method::CONSTANT_POOL_OFFSET)); in LoadPfHeaderFromConstPool() local
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp479 JSHandle<ConstantPool> constPool(thread_, method->GetConstantPool()); in WriteMethod() local
1327 JSHandle<ConstantPool> constPool = in ReadMethod() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp1817 JSHandle<ConstantPool> constPool = factory->NewConstantPool(4); in HWTEST_F_L0() local