Home
last modified time | relevance | path

Searched defs:newObj (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp151 Inst *newObj, Inst *thr0w) in ConnectThrowCatchImpl()
188 auto newObj = thr0w->GetInput(0).GetInst(); in ConnectThrowCatch() local
Descape.cpp1303 auto newObj = vstate->GetInst(); in VisitGetInstanceClass() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dhuge_object_test.cpp50 JSHandle<JSObject> newObj(thread, EcmaContainerCommon::JSObjectTestCreate(thread)); in HWTEST_F_L0() local
Dweak_ref_old_gc_test.cpp36 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
Dobject_factory_test.cpp50 …JSHandle<JSObject> newObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), objFun… in HWTEST_F_L0() local
Decma_container_common.h64 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
Djs_object_test.cpp1360 JSHandle<JSObject> newObj = JSObject::CreateObjectFromProperties(thread, properties); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
Dets_inst_builder.cpp40 auto newObj = CreateNewObjectInst(pc, TypeIdMixin::MEM_PROMISE_CLASS_ID, saveState, inst); in BuildLaunch() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_operation.h107 inline void ProfileCreateObject(GateRef newObj) const in ProfileCreateObject()
Dcircuit_builder.cpp1119 GateRef newObj = newBuilder.NewJSObject(glue, protoOrHclass); in NewJSPrimitiveRef() local
1332 GateRef newObj = newBuilder.NewJSObject(glue, newClass); in OrdinaryNewJSObjectCreate() local
Dprofiler_stub_builder.cpp178 GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef newObj, GateRef profileTypeInfo) in ProfileCreateObject()
Dtyped_hcr_lowering.cpp3330 …GateRef newObj = builder_.HeapAlloc(glue, objSize, GateType::TaggedValue(), RegionSpaceFlag::IN_YO… in LowerTypedCreateObjWithBuffer() local
3366 Label newObj(&builder_); in LowerStringFromSingleCharCode() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-evacuate-regions-worker-state-inl.h62 auto *newObj = static_cast<ObjectHeader *>(dst); in Evacuate() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.h205 auto newObj = graph_->CreateInstNewObject(DataType::REFERENCE, pc, initClass, saveState, in CreateNewObjectInst() local
Dir_builder.cpp784 auto newObj = throwInst->GetInput(0).GetInst(); in FindExceptionClass() local
Dinst_builder-inl.h1375 auto newObj = CreateNewObjectInst(pc, typeId, saveState, initClass); in BuildInitObject() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_weak_set_test.cpp48 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1164 uintptr_t newObj = 0; in AllocateObjectToLocalSpace() local
1338 uintptr_t newObj = 0; in DeserializeString() local
1857 uintptr_t newObj = GetNewObj(objectSize, objectHeader); in EncodeTaggedObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_number_stub_builder.cpp270 Label newObj(env); in GenNumberConstructor() local
Dbuiltins_string_stub_builder.cpp36 Label newObj(env); in FromCharCode() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/include/old/
Dea_connection_graph.h695 void AddBelongTo(EACGObjectNode *newObj) in AddBelongTo()
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp1040 JSTaggedValue newObj = JSFunction::Call(runtimeInfo); in ConstructInternal() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1171 void Codegen::CreateNewObjCall(NewObjectInst *newObj) in CreateNewObjCall()
1208 void Codegen::CreateNewObjCallOld(NewObjectInst *newObj) in CreateNewObjCallOld()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp310 JSHandle<JSObject> newObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in Of() local
Dbuiltins_typedarray.cpp337 JSHandle<JSObject> newObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in Of() local

12