Searched defs:newObj (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | huge_object_test.cpp | 64 JSHandle<JSObject> newObj = in JSObjectTestCreate() local 83 JSHandle<JSObject> newObj(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() local
|
| D | weak_ref_semi_gc_test.cpp | 59 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
|
| D | weak_ref_old_gc_test.cpp | 60 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
|
| D | object_factory_test.cpp | 74 …JSHandle<JSObject> newObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), objFun… in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_operation.h | 79 inline void ProfileCreateObject(GateRef newObj) const in ProfileCreateObject()
|
| D | profiler_stub_builder.cpp | 124 …id ProfilerStubBuilder::ProfileCreateObject(GateRef glue, GateRef pc, GateRef func, GateRef newObj) in ProfileCreateObject()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_weak_set_test.cpp | 72 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 157 void PGOProfiler::ProfileCreateObject(JSTaggedType func, int32_t offset, JSTaggedType newObj, int32… in ProfileCreateObject()
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 1180 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/ |
| D | js_proxy.cpp | 975 JSTaggedValue newObj = JSFunction::Call(runtimeInfo); in ConstructInternal() local
|
| D | object_factory.cpp | 1407 JSHandle<JSObject> newObj = NewJSObject(newClass); in OrdinaryNewJSObjectCreate() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_typedarray.cpp | 327 JSHandle<JSObject> newObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in Of() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 452 uintptr_t argGlue, JSTaggedType func, int32_t offset, JSTaggedType newObj, int32_t traceId) in ProfileCreateObject()
|