Searched defs:objHandle (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | concurrent_api_scope.h | 34 ConcurrentApiScope(JSThread *thread, const JSHandle<JSTaggedValue> &objHandle, SCheckMode mode = SCheckMode::CHECK) in ConcurrentApiScope() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | monitor.cpp | 90 void Monitor::InflateThinLock(MTManagedThread *thread, [[maybe_unused]] const VMHandle<ObjectHeader> &objHandle) in InflateThinLock() argument 137 HandleLightLockedState(MarkWord &mark, MTManagedThread *thread, VMHandle<ObjectHeader> &objHandle, uint32_t &lightlockRetryCount, [[maybe_unused]] bool &shouldInflate, bool trylock) HandleLightLockedState() argument 195 HandleUnlockedState(MarkWord &mark, MTManagedThread *thread, VMHandle<ObjectHeader> &objHandle, bool &shouldInflate, bool trylock) HandleUnlockedState() argument 580 Acquire(MTManagedThread *thread, const VMHandle<ObjectHeader> &objHandle, bool trylock) Acquire() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_object_test.cpp | 191 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local 236 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local 275 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local 336 JSHandle<JSObject> objHandle in HWTEST_F_L0() local 368 JSHandle<JSObject> objHandle = HWTEST_F_L0() local 391 JSHandle<JSObject> objHandle = HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | object_fast_operator-inl.h | 875 AddPropertyByName(JSThread *thread, JSHandle<JSObject> objHandle, JSHandle<JSTaggedValue> keyHandle, JSHandle<JSTaggedValue> valueHandle, PropertyAttributes attr) AddPropertyByName() argument [all...] |
| H A D | js_object.cpp | 1706 JSHandle<JSObject> objHandle = thread->GetEcmaVM()->GetFactory()->NewJSObjectByConstructor(constructor); in ObjectCreate() local 2210 JSHandle<JSObject> objHandle = thread->GetEcmaVM()->GetFactory()->NewJSObjectByConstructor(objFunc); in FromPropertyDescriptor() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 1260 RuntimeStOwnByNameWithNameSet(JSThread *thread, const JSHandle<JSTaggedValue> &objHandle, const JSHandle<JSTaggedValue> &propHandle, const JSHandle<JSTaggedValue> &valueHandle) RuntimeStOwnByNameWithNameSet() argument
|
| H A D | runtime_stubs.cpp | 429 JSHandle<JSObject> objHandle = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|
Completed in 23 milliseconds