Home
last modified time | relevance | path

Searched defs:constPool (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_profiler_test.cpp251 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewSConstantPool(4); in HWTEST_F_L0() local
291 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewSConstantPool(4); in HWTEST_F_L0() local
347 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewSConstantPool(4); in HWTEST_F_L0() local
404 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewSConstantPool(4); HWTEST_F_L0() local
497 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewSConstantPool(4); HWTEST_F_L0() local
571 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewSConstantPool(4); HWTEST_F_L0() local
616 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewSConstantPool(4); HWTEST_F_L0() local
710 JSHandle<ConstantPool> constPool = vm_->GetFactory()->NewSConstantPool(4); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.h363 inline void InitConstantPoolTail(const JSThread *thread, JSHandle<ConstantPool> constPool) in InitConstantPoolTail() argument
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp951 JSTaggedValue SlowRuntimeStub::DefineFunc(JSThread *thread, JSTaggedValue constPool, uint16_t methodId, in DefineFunc() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode_visitor.cpp1191 Reg constPool = src; in VisitGetGlobalVarAddress() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp1053 GateRef constPool = GetConstPoolFromFunction(jsFunc); in NewJSFunction() local
1993 GateRef constPool = Load(VariableType::JS_ANY(), method, IntPtr(Method::CONSTANT_POOL_OFFSET)); in CreateArrayWithBuffer() local
H A Dcircuit_builder.cpp453 GateRef CircuitBuilder::LoadObjectFromConstPool(GateRef constPool, GateRef index) in LoadObjectFromConstPool() argument
H A Dstub_builder-inl.h3710 GateRef constPool = Load(VariableType::JS_ANY(), method, IntPtr(Method::CONSTANT_POOL_OFFSET)); in LoadPfHeaderFromConstPool() local
3723 GateRef constPool = Load(VariableType::JS_ANY(), method, IntPtr(Method::CONSTANT_POOL_OFFSET)); in LoadHCIndexInfosFromConstPool() local

Completed in 36 milliseconds