Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsProxy
(Results
1 - 21
of
21
) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/
H
A
D
ets_vm_test.cpp
78
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
D
method.h
655
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
D
class.h
430
bool
IsProxy
() const
in IsProxy()
function in ark::Class
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
method.cpp
603
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
D
std_core_Promise.cpp
202
if (promiseHandle->
IsProxy
()) {
in EtsAwaitPromise()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H
A
D
ets_promise.h
119
bool
IsProxy
()
in IsProxy()
function in ark::ets::EtsPromise
/arkcompiler/ets_frontend/ets2panda/ir/base/
H
A
D
scriptFunction.h
198
[[nodiscard]] bool
IsProxy
() const noexcept
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/
H
A
D
jsvaluerefismodulenamespace_fuzzer.cpp
88
proxy->
IsProxy
(vm);
in IsProxyFuzztest()
/arkcompiler/runtime_core/static_core/runtime/mem/
H
A
D
object_helpers.cpp
248
bool isProxy = field.GetClass()->
IsProxy
();
in GetFieldName()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
aliveAnalyzer.cpp
233
if (func->Body() == nullptr || func->
IsProxy
()) {
in AnalyzeMethodDef()
H
A
D
object.cpp
453
if (function->
IsProxy
()) {
in ResolveDeclaredMethodsOfObject()
474
if (function->
IsProxy
()) {
in ResolveDeclaredMethodsOfObject()
1102
return method->Function()->IsAsyncFunc() && !method->Function()->
IsProxy
();
H
A
D
assignAnalyzer.cpp
577
if (func->Body() == nullptr || func->
IsProxy
()) {
in AnalyzeMethodDef()
H
A
D
function.cpp
1815
if (asyncFunc->
IsProxy
()) {
in CreateAsyncImplMethod()
/arkcompiler/runtime_core/static_core/runtime/hotreload/
H
A
D
hotreload.cpp
225
if (clazz->
IsProxy
()) {
in ValidateClassForHotreload()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H
A
D
jsnapi_third_tests.cpp
253
ASSERT_TRUE(proxy->
IsProxy
(vm_));
in HWTEST_F_L0()
H
A
D
ffi_workload.cpp
2461
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
D
runtime_impl.cpp
208
} else if (value->
IsProxy
(vm_)) {
in GetProperties()
/arkcompiler/toolchain/tooling/base/
H
A
D
pt_types.cpp
130
if (tagged->
IsProxy
(ecmaVm)) {
in FromTagged()
383
if (tagged->
IsProxy
(ecmaVm)) {
in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H
A
D
jsnapi_expo.h
518
bool
IsProxy
(const EcmaVM *vm);
/arkcompiler/ets_frontend/ets2panda/checker/
H
A
D
ETSAnalyzer.cpp
163
if (scriptFunc->
IsProxy
()) {
in Check()
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
jsnapi_expo.cpp
529
bool JSValueRef::
IsProxy
(const EcmaVM *vm)
in IsProxy()
function in panda::JSValueRef
Completed in 57 milliseconds