Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp423 JSHandle<ConstantPool> constPool = JSHandle<ConstantPool>::Cast(value); in WriteConstantPool() local
473 JSHandle<JSTaggedValue> constPool(thread_, method->GetConstantPool()); in WriteMethod() local
1319 JSHandle<ConstantPool> constPool = factory_->NewConstantPool(cacheLength); in ReadConstantPool() local
1350 JSHandle<JSTaggedValue> constPool = DeserializeJSTaggedValue(); in ReadJSMethod() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp740 GateRef constPool = GetConstPool(jsFunc); in GetObjectFromConstPool() local
745 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef constPool, GateRef module, Gat… in GetObjectFromConstPool()
Dslowpath_lowering.cpp243 GateRef constPool = builder_.GetConstPool(jsFunc); in LoadObjectFromConstPool() local
1884 …GateRef constPool = builder_.Load(VariableType::JS_ANY(), method, builder_.IntPtr(Method::CONSTANT… in LowerCreateArrayWithBuffer() local
Dtype_lowering.cpp459 GateRef constPool = GetConstPool(jsFunc); in GetObjectFromConstPool() local