/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/ |
D | ets_vm_test.cpp | 77 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/ |
D | method.h | 638 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()
|
D | class.h | 425 bool IsProxy() const in IsProxy() function
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
D | ets_promise.h | 127 bool IsProxy() in IsProxy() function
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
D | std_core_Promise.cpp | 125 if (promiseHandle->IsProxy()) { in EtsAwaitPromise()
|
/arkcompiler/ets_frontend/ets2panda/ir/base/ |
D | scriptFunction.h | 182 [[nodiscard]] bool IsProxy() const noexcept in IsProxy() function
|
/arkcompiler/runtime_core/static_core/runtime/ |
D | method.cpp | 601 bool Method::IsProxy() const in IsProxy() function in panda::Method 603 return GetClass()->IsProxy(); in IsProxy()
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
D | aliveAnalyzer.cpp | 269 if (func->Body() == nullptr || func->IsProxy()) { in AnalyzeMethodDef()
|
D | object.cpp | 440 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()
|
D | function.cpp | 1797 if (it->AsMethodDefinition()->Function()->IsProxy()) { in ComputeProxyMethods() 2614 if (asyncFunc->IsProxy()) { in CreateAsyncImplMethod()
|
/arkcompiler/runtime_core/static_core/runtime/mem/ |
D | object_helpers.cpp | 217 bool isProxy = field.GetClass()->IsProxy(); in GetFieldName()
|
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/ |
D | jsvaluerefismodulenamespace_fuzzer.cpp | 84 proxy->IsProxy(); in IsProxyFuzztest()
|
/arkcompiler/runtime_core/static_core/runtime/hotreload/ |
D | hotreload.cpp | 225 if (clazz->IsProxy()) { in ValidateClassForHotreload()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_third_tests.cpp | 234 ASSERT_TRUE(proxy->IsProxy()); in HWTEST_F_L0()
|
D | ffi_workload.cpp | 2460 bool b = tag->IsProxy(); in HWTEST_F_L0() 2474 bool b = tag->IsProxy(); in HWTEST_F_L0()
|
/arkcompiler/toolchain/tooling/agent/ |
D | runtime_impl.cpp | 177 } else if (value->IsProxy()) { in GetProperties()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | JSNapi接口说明.md | 3216 ### IsProxy subsection 3218 bool JSValueRef::IsProxy(); 3236 bool res = tag->IsProxy();
|
D | jsnapi_expo.cpp | 449 bool JSValueRef::IsProxy() in IsProxy() function in panda::JSValueRef
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
D | jsnapi_expo.h | 417 bool IsProxy();
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.cpp | 130 if (tagged->IsProxy()) { in FromTagged() 350 if (tagged->IsProxy()) { in DescriptionForObject()
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
D | ETSAnalyzer.cpp | 263 if (scriptFunc->IsProxy()) { in Check()
|