/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
D | pgo_profiler_test.cpp | 246 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/ |
D | value_serializer.cpp | 351 ConstantPool *constPool = reinterpret_cast<ConstantPool *>(constPoolVal.GetTaggedObject()); in SerializeMethodPrologue() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | circuit_builder.cpp | 415 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
|
D | typed_hcr_lowering.cpp | 709 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
|
D | ntype_hcr_lowering.cpp | 116 GateRef constPool = builder_.GetConstPool(jsFunc); in LoadFromConstPool() local
|
D | number_speculative_lowering.cpp | 1004 GateRef constPool = builder_.GetConstPool(jsFunc); in VisitLoadPropertyOnProto() local
|
D | new_object_stub_builder.cpp | 550 GateRef constPool = GetConstPoolFromFunction(jsFunc); in NewJSFunction() local 1302 GateRef constPool = Load(VariableType::JS_ANY(), method, IntPtr(Method::CONSTANT_POOL_OFFSET)); in CreateArrayWithBuffer() local
|
D | stub_builder-inl.h | 3013 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/ |
D | js_serializer.cpp | 486 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/ |
D | global_tables.h | 1051 ConstPool constPool; variable
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_serializer_test.cpp | 1917 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/ |
D | slow_runtime_stub.cpp | 968 JSTaggedValue SlowRuntimeStub::DefineFunc(JSThread *thread, JSTaggedValue constPool, uint16_t metho… in DefineFunc()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
D | codegen.cpp | 3715 Reg constPool = src; in VisitGetGlobalVarAddress() local
|