Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dhuge_object_test.cpp64 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
83 JSHandle<JSObject> newObj(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() local
Dweak_ref_semi_gc_test.cpp59 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
Dweak_ref_old_gc_test.cpp60 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
Dobject_factory_test.cpp74 …JSHandle<JSObject> newObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), objFun… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_operation.h79 inline void ProfileCreateObject(GateRef newObj) const in ProfileCreateObject()
Dprofiler_stub_builder.cpp124 …id ProfilerStubBuilder::ProfileCreateObject(GateRef glue, GateRef pc, GateRef func, GateRef newObj) in ProfileCreateObject()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_weak_set_test.cpp72 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp157 void PGOProfiler::ProfileCreateObject(JSTaggedType func, int32_t offset, JSTaggedType newObj, int32… in ProfileCreateObject()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1180 uintptr_t newObj = 0; in AllocateObjectToLocalSpace() local
1354 uintptr_t newObj = 0; in DeserializeString() local
1833 uintptr_t newObj = 0; in EncodeTaggedObject() local
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp975 JSTaggedValue newObj = JSFunction::Call(runtimeInfo); in ConstructInternal() local
Dobject_factory.cpp1407 JSHandle<JSObject> newObj = NewJSObject(newClass); in OrdinaryNewJSObjectCreate() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp327 JSHandle<JSObject> newObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in Of() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp452 uintptr_t argGlue, JSTaggedType func, int32_t offset, JSTaggedType newObj, int32_t traceId) in ProfileCreateObject()