Searched defs:constPool (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test.cpp | 257 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/ |
| D | global_tables.h | 823 ConstPool constPool; variable
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | program_object.h | 363 inline void InitConstantPoolTail(const JSThread *thread, JSHandle<ConstantPool> constPool) in InitConstantPoolTail()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 1188 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
|
| D | circuit_builder.cpp | 490 GateRef CircuitBuilder::LoadObjectFromConstPool(GateRef glue, GateRef constPool, GateRef index) in LoadObjectFromConstPool()
|
| D | stub_builder-inl.h | 4160 …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
|
| D | slowpath_lowering.cpp | 3092 auto constPool = compilationEnv_->FindConstpool(compilationEnv_->GetJSPandaFile(), 0); in OptimizeDefineFuncForJit() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 951 JSTaggedValue SlowRuntimeStub::DefineFunc(JSThread *thread, JSTaggedValue constPool, uint16_t metho… in DefineFunc()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode_visitor.cpp | 1195 Reg constPool = src; in VisitGetGlobalVarAddress() local
|