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/
Dets_vm_test.cpp77 ASSERT_FALSE(coreClass->IsProxy()); in AssertCompoundClassRoot()
102 ASSERT_FALSE(coreClass->IsProxy()); in AssertCompoundContainerClassRoot()
123 ASSERT_FALSE(coreClass->IsProxy()); in AssertPrimitiveClassRoot()
142 ASSERT_FALSE(coreClass->IsProxy()); in AssertPrimitiveContainerClassRoot()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h638 ASSERT((IsNative() || IsProxy())); in SetNativePointer()
646 ASSERT((IsNative() || IsProxy())); in GetNativePointer()
770 bool IsProxy() const;
774 if (UNLIKELY(IsNative() || IsProxy())) { in GetProfilingData()
791 if (UNLIKELY(IsNative() || IsProxy())) { in GetProfilingData()
806 if (UNLIKELY(IsNative() || IsProxy())) { in IsProfilingWithoutLock()
Dclass.h425 bool IsProxy() const in IsProxy() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_promise.h127 bool IsProxy() in IsProxy() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Promise.cpp125 if (promiseHandle->IsProxy()) { in EtsAwaitPromise()
/arkcompiler/ets_frontend/ets2panda/ir/base/
DscriptFunction.h182 [[nodiscard]] bool IsProxy() const noexcept in IsProxy() function
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp601 bool Method::IsProxy() const in IsProxy() function in panda::Method
603 return GetClass()->IsProxy(); in IsProxy()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DaliveAnalyzer.cpp269 if (func->Body() == nullptr || func->IsProxy()) { in AnalyzeMethodDef()
Dobject.cpp440 if (node->Function()->IsProxy()) { in ResolveDeclaredMethodsOfObject()
455 it->Declaration()->Node()->AsMethodDefinition()->Function()->IsProxy()) { in ResolveDeclaredMethodsOfObject()
828 return method->Function()->IsAsyncFunc() && !method->Function()->IsProxy(); in IsAsyncMethod()
Dfunction.cpp1797 if (it->AsMethodDefinition()->Function()->IsProxy()) { in ComputeProxyMethods()
2614 if (asyncFunc->IsProxy()) { in CreateAsyncImplMethod()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.cpp217 bool isProxy = field.GetClass()->IsProxy(); in GetFieldName()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/
Djsvaluerefismodulenamespace_fuzzer.cpp84 proxy->IsProxy(); in IsProxyFuzztest()
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp225 if (clazz->IsProxy()) { in ValidateClassForHotreload()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp234 ASSERT_TRUE(proxy->IsProxy()); in HWTEST_F_L0()
Dffi_workload.cpp2460 bool b = tag->IsProxy(); in HWTEST_F_L0()
2474 bool b = tag->IsProxy(); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp177 } else if (value->IsProxy()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md3216 ### IsProxy subsection
3218 bool JSValueRef::IsProxy();
3236 bool res = tag->IsProxy();
Djsnapi_expo.cpp449 bool JSValueRef::IsProxy() in IsProxy() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h417 bool IsProxy();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp130 if (tagged->IsProxy()) { in FromTagged()
350 if (tagged->IsProxy()) { in DescriptionForObject()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp263 if (scriptFunc->IsProxy()) { in Check()