Home
last modified time | relevance | path

Searched defs:newObj (Results 1 - 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dweak_ref_old_gc_test.cpp36 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
H A Dobject_factory_test.cpp50 JSHandle<JSObject> newObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), objFun); in HWTEST_F_L0() local
H A Decma_container_common.h64 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
H A 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/
H A Dets_inst_builder.cpp40 auto newObj = CreateNewObjectInst(pc, TypeIdMixin::MEM_PROMISE_CLASS_ID, saveState, inst); in BuildLaunch() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_weak_set_test.cpp48 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-evacuate-regions-worker-state-inl.h83 auto *newObj = static_cast<ObjectHeader *>(dst); in Evacuate() local
92 GetGC(), newObj, &evacuationObjectPointerHandler_); in Evacuate() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dtry_catch_resolving.cpp188 auto newObj = thr0w->GetInput(0).GetInst(); in ConnectThrowCatch() local
150 ConnectThrowCatchImpl(BasicBlock *catchBlock, BasicBlock *throwBlock, uint32_t catchPc, Inst *newObj, Inst *thr0w) ConnectThrowCatchImpl() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder.h237 auto newObj = graph_->CreateInstNewObject(DataType::REFERENCE, pc, initClass, saveState, in CreateNewObjectInst() local
H A Dir_builder.cpp810 auto newObj = throwInst->GetInput(0).GetInst(); in FindExceptionClass() local
H A Dinst_builder-inl.h1412 auto newObj = CreateNewObjectInst(pc, typeId, saveState, initClass); in BuildInitObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_number_stub_builder.cpp272 BRANCH(TaggedIsUndefined(newTarget), &exit, &newObj); in GenNumberConstructor() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_proxy.cpp1040 JSTaggedValue newObj = JSFunction::Call(runtimeInfo); in ConstructInternal() local
H A Dobject_factory.cpp1749 JSHandle<JSObject> newObj = NewJSObject(newClass); in OrdinaryNewJSObjectCreate() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_shared_typedarray.cpp310 JSHandle<JSObject> newObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in Of() local
H A Dbuiltins_typedarray.cpp337 JSHandle<JSObject> newObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in Of() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A 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); EncodeTaggedObject() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp176 ProfileCreateObject( GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef newObj, GateRef profileTypeInfo) ProfileCreateObject() argument
H A Dcircuit_builder.cpp1125 GateRef newObj = newBuilder.NewJSObject(glue, protoOrHclass); in NewJSPrimitiveRef() local
1127 Store(VariableType::JS_ANY(), glue, newObj, valueOffset, obj); in NewJSPrimitiveRef() local
1338 GateRef newObj = newBuilder.NewJSObject(glue, newClass); in OrdinaryNewJSObjectCreate() local
H A Dtyped_hcr_lowering.cpp3333 GateRef newObj = builder_.HeapAlloc(glue, objSize, GateType::TaggedValue(), RegionSpaceFlag::IN_YOUNG_SPACE); in LowerTypedCreateObjWithBuffer() local
3334 builder_.StoreConstOffset(VariableType::JS_POINTER(), newObj, JSObject::HCLASS_OFFSET, hclass, in LowerTypedCreateObjWithBuffer() local
3336 builder_.StoreConstOffset(VariableType::INT64(), newObj, in LowerTypedCreateObjWithBuffer() local
3338 builder_.StoreConstOffset(VariableType::INT64(), newObj, JSObject::PROPERTIES_OFFSET, emptyArray); in LowerTypedCreateObjWithBuffer() local
3339 builder_.StoreConstOffset(VariableType::INT64(), newObj, JSObject::ELEMENTS_OFFSET, emptyArray); in LowerTypedCreateObjWithBuffer() local
3342 builder_.StoreConstOffset(VariableType::INT64(), newObj, in LowerTypedCreateObjWithBuffer() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen.cpp1168 void Codegen::CreateNewObjCall(NewObjectInst *newObj) in CreateNewObjCall() argument
1205 CreateNewObjCallOld(NewObjectInst *newObj) CreateNewObjCallOld() argument
[all...]

Completed in 54 milliseconds