Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp246 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewConstantPool(4); in HWTEST_F_L0() local
283 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewConstantPool(4); in HWTEST_F_L0() local
334 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewConstantPool(4); in HWTEST_F_L0() local
387 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewConstantPool(4); in HWTEST_F_L0() local
474 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewConstantPool(4); in HWTEST_F_L0() local
534 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewConstantPool(4); in HWTEST_F_L0() local
576 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewConstantPool(4); in HWTEST_F_L0() local
667 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewConstantPool(4); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp351 ConstantPool *constPool = reinterpret_cast<ConstantPool *>(constPoolVal.GetTaggedObject()); in SerializeMethodPrologue() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp415 GateRef constPool = GetConstPoolFromFunction(jsFunc); in LoadObjectFromConstPool() local
556 GateRef constPool = GetConstPoolFromFunction(jsFunc); in GetObjectFromConstPool() local
726 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef constPool, Ga… in GetObjectFromConstPool()
837 GateRef constPool = GetConstPool(jsFunc); in GetHClassGateFromIndex() local
Dtyped_hcr_lowering.cpp709 GateRef constPool = builder_.GetConstPool(jsFunc); in LoadFromConstPool() local
718 GateRef constPool = builder_.GetConstPool(jsFunc); in GetObjectFromConstPool() local
1665 GateRef constPool = builder_.GetConstPool(jsFunc); in LowerLookupHolder() local
1692 GateRef constPool = builder_.GetConstPool(jsFunc); in LowerPrototypeCheck() local
2685 GateRef constPool = builder_.GetConstPool(jsFunc); in LowerMonoLoadPropertyOnProto() local
2726 GateRef constPool = builder_.GetConstPool(jsFunc); in LowerMonoCallGetterOnProto() local
2817 GateRef constPool = builder_.GetConstPool(jsFunc); in LowerMonoStorePropertyLookUpProto() local
2887 GateRef constPool = builder_.GetConstPool(jsFunc); in LowerMonoStoreProperty() local
Dntype_hcr_lowering.cpp116 GateRef constPool = builder_.GetConstPool(jsFunc); in LoadFromConstPool() local
Dnumber_speculative_lowering.cpp1004 GateRef constPool = builder_.GetConstPool(jsFunc); in VisitLoadPropertyOnProto() local
Dnew_object_stub_builder.cpp550 GateRef constPool = GetConstPoolFromFunction(jsFunc); in NewJSFunction() local
1302 GateRef constPool = Load(VariableType::JS_ANY(), method, IntPtr(Method::CONSTANT_POOL_OFFSET)); in CreateArrayWithBuffer() local
Dstub_builder-inl.h3013 GateRef constPool = Load(VariableType::JS_ANY(), method, IntPtr(Method::CONSTANT_POOL_OFFSET)); in LoadPfHeaderFromConstPool() local
3026 GateRef constPool = Load(VariableType::JS_ANY(), method, IntPtr(Method::CONSTANT_POOL_OFFSET)); in LoadHCIndexInfosFromConstPool() local
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp486 JSHandle<ConstantPool> constPool(thread_, method->GetConstantPool()); in WriteMethod() local
1331 JSHandle<ConstantPool> constPool = in ReadMethod() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h1051 ConstPool constPool; variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp1917 JSHandle<ConstantPool> constPool = factory->NewConstantPool(4); in HWTEST_F_L0() local
1954 JSHandle<ConstantPool> constPool = factory->NewConstantPool(4); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp968 JSTaggedValue SlowRuntimeStub::DefineFunc(JSThread *thread, JSTaggedValue constPool, uint16_t metho… in DefineFunc()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp3715 Reg constPool = src; in VisitGetGlobalVarAddress() local