| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | try_catch_resolving.cpp | 151 Inst *newObj, Inst *thr0w) in ConnectThrowCatchImpl() 188 auto newObj = thr0w->GetInput(0).GetInst(); in ConnectThrowCatch() local
|
| D | escape.cpp | 1303 auto newObj = vstate->GetInst(); in VisitGetInstanceClass() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | huge_object_test.cpp | 50 JSHandle<JSObject> newObj(thread, EcmaContainerCommon::JSObjectTestCreate(thread)); in HWTEST_F_L0() local
|
| D | weak_ref_old_gc_test.cpp | 36 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
|
| D | object_factory_test.cpp | 50 …JSHandle<JSObject> newObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), objFun… in HWTEST_F_L0() local
|
| D | ecma_container_common.h | 64 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
|
| 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/ |
| D | ets_inst_builder.cpp | 40 auto newObj = CreateNewObjectInst(pc, TypeIdMixin::MEM_PROMISE_CLASS_ID, saveState, inst); in BuildLaunch() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_operation.h | 107 inline void ProfileCreateObject(GateRef newObj) const in ProfileCreateObject()
|
| D | circuit_builder.cpp | 1119 GateRef newObj = newBuilder.NewJSObject(glue, protoOrHclass); in NewJSPrimitiveRef() local 1332 GateRef newObj = newBuilder.NewJSObject(glue, newClass); in OrdinaryNewJSObjectCreate() local
|
| D | profiler_stub_builder.cpp | 178 GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef newObj, GateRef profileTypeInfo) in ProfileCreateObject()
|
| D | typed_hcr_lowering.cpp | 3330 …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/ |
| D | g1-evacuate-regions-worker-state-inl.h | 62 auto *newObj = static_cast<ObjectHeader *>(dst); in Evacuate() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.h | 205 auto newObj = graph_->CreateInstNewObject(DataType::REFERENCE, pc, initClass, saveState, in CreateNewObjectInst() local
|
| D | ir_builder.cpp | 784 auto newObj = throwInst->GetInput(0).GetInst(); in FindExceptionClass() local
|
| D | inst_builder-inl.h | 1375 auto newObj = CreateNewObjectInst(pc, typeId, saveState, initClass); in BuildInitObject() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_weak_set_test.cpp | 48 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| 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); in EncodeTaggedObject() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_number_stub_builder.cpp | 270 Label newObj(env); in GenNumberConstructor() local
|
| D | builtins_string_stub_builder.cpp | 36 Label newObj(env); in FromCharCode() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/include/old/ |
| D | ea_connection_graph.h | 695 void AddBelongTo(EACGObjectNode *newObj) in AddBelongTo()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_proxy.cpp | 1040 JSTaggedValue newObj = JSFunction::Call(runtimeInfo); in ConstructInternal() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 1171 void Codegen::CreateNewObjCall(NewObjectInst *newObj) in CreateNewObjCall() 1208 void Codegen::CreateNewObjCallOld(NewObjectInst *newObj) in CreateNewObjCallOld()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_typedarray.cpp | 310 JSHandle<JSObject> newObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in Of() local
|
| D | builtins_typedarray.cpp | 337 JSHandle<JSObject> newObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in Of() local
|