Home
last modified time | relevance | path

Searched refs:IsProxy (Results 1 - 21 of 21) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/
H A Dets_vm_test.cpp78 ASSERT_FALSE(coreClass->IsProxy()); in AssertCompoundClassRoot()
104 ASSERT_FALSE(coreClass->IsProxy()); in AssertCompoundContainerClassRoot()
126 ASSERT_FALSE(coreClass->IsProxy()); in AssertPrimitiveClassRoot()
146 ASSERT_FALSE(coreClass->IsProxy()); in AssertPrimitiveContainerClassRoot()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h655 ASSERT((IsNative() || IsProxy())); in SetNativePointer()
663 ASSERT((IsNative() || IsProxy())); in GetNativePointer()
787 bool IsProxy() const;
791 if (UNLIKELY(IsNative() || IsProxy())) { in GetProfilingData()
808 if (UNLIKELY(IsNative() || IsProxy())) { in GetProfilingData()
823 if (UNLIKELY(IsNative() || IsProxy())) { in IsProfilingWithoutLock()
H A Dclass.h430 bool IsProxy() const in IsProxy() function in ark::Class
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp603 bool Method::IsProxy() const in IsProxy() function in ark::Method
605 return GetClass()->IsProxy(); in IsProxy()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Promise.cpp202 if (promiseHandle->IsProxy()) { in EtsAwaitPromise()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_promise.h119 bool IsProxy() in IsProxy() function in ark::ets::EtsPromise
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DscriptFunction.h198 [[nodiscard]] bool IsProxy() const noexcept
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/
H A Djsvaluerefismodulenamespace_fuzzer.cpp88 proxy->IsProxy(vm); in IsProxyFuzztest()
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dobject_helpers.cpp248 bool isProxy = field.GetClass()->IsProxy(); in GetFieldName()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DaliveAnalyzer.cpp233 if (func->Body() == nullptr || func->IsProxy()) { in AnalyzeMethodDef()
H A Dobject.cpp453 if (function->IsProxy()) { in ResolveDeclaredMethodsOfObject()
474 if (function->IsProxy()) { in ResolveDeclaredMethodsOfObject()
1102 return method->Function()->IsAsyncFunc() && !method->Function()->IsProxy();
H A DassignAnalyzer.cpp577 if (func->Body() == nullptr || func->IsProxy()) { in AnalyzeMethodDef()
H A Dfunction.cpp1815 if (asyncFunc->IsProxy()) { in CreateAsyncImplMethod()
/arkcompiler/runtime_core/static_core/runtime/hotreload/
H A Dhotreload.cpp225 if (clazz->IsProxy()) { in ValidateClassForHotreload()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_third_tests.cpp253 ASSERT_TRUE(proxy->IsProxy(vm_)); in HWTEST_F_L0()
H A Dffi_workload.cpp2461 bool b = tag->IsProxy(vm_); in HWTEST_F_L0()
2475 bool b = tag->IsProxy(vm_); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp208 } else if (value->IsProxy(vm_)) { in GetProperties()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp130 if (tagged->IsProxy(ecmaVm)) { in FromTagged()
383 if (tagged->IsProxy(ecmaVm)) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h518 bool IsProxy(const EcmaVM *vm);
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp163 if (scriptFunc->IsProxy()) { in Check()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp529 bool JSValueRef::IsProxy(const EcmaVM *vm) in IsProxy() function in panda::JSValueRef

Completed in 57 milliseconds