| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | weak_ref_old_gc_test.cpp | 36 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
|
| H A D | object_factory_test.cpp | 50 JSHandle<JSObject> newObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), objFun); in HWTEST_F_L0() local
|
| H A D | ecma_container_common.h | 64 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
|
| H A D | js_object_test.cpp | 1360 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 D | ets_inst_builder.cpp | 40 auto newObj = CreateNewObjectInst(pc, TypeIdMixin::MEM_PROMISE_CLASS_ID, saveState, inst); in BuildLaunch() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_weak_set_test.cpp | 48 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| H A D | g1-evacuate-regions-worker-state-inl.h | 83 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 D | try_catch_resolving.cpp | 188 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 D | inst_builder.h | 237 auto newObj = graph_->CreateInstNewObject(DataType::REFERENCE, pc, initClass, saveState, in CreateNewObjectInst() local
|
| H A D | ir_builder.cpp | 810 auto newObj = throwInst->GetInput(0).GetInst(); in FindExceptionClass() local
|
| H A D | inst_builder-inl.h | 1412 auto newObj = CreateNewObjectInst(pc, typeId, saveState, initClass); in BuildInitObject() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_number_stub_builder.cpp | 272 BRANCH(TaggedIsUndefined(newTarget), &exit, &newObj);
in GenNumberConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_proxy.cpp | 1040 JSTaggedValue newObj = JSFunction::Call(runtimeInfo); in ConstructInternal() local
|
| H A D | object_factory.cpp | 1749 JSHandle<JSObject> newObj = NewJSObject(newClass); in OrdinaryNewJSObjectCreate() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_shared_typedarray.cpp | 310 JSHandle<JSObject> newObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in Of() local
|
| H A D | builtins_typedarray.cpp | 337 JSHandle<JSObject> newObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in Of() local
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| H A D | snapshot_processor.cpp | 1164 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 D | profiler_stub_builder.cpp | 176 ProfileCreateObject( GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef newObj, GateRef profileTypeInfo) ProfileCreateObject() argument
|
| H A D | circuit_builder.cpp | 1125 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 D | typed_hcr_lowering.cpp | 3333 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 D | codegen.cpp | 1168 void Codegen::CreateNewObjCall(NewObjectInst *newObj) in CreateNewObjCall() argument 1205 CreateNewObjCallOld(NewObjectInst *newObj) CreateNewObjCallOld() argument [all...] |