Home
last modified time | relevance | path

Searched defs:Proxy (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/
Dsynchronized.h58 struct Proxy { struct
61 Proxy(Proxy &&other) in Proxy() argument
67 explicit Proxy(Synchronized *paramObj) ACQUIRE(obj->rwLock_) : obj {paramObj} in Proxy() argument
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine.h159 static void Proxy(void *ctx) in Proxy() function
/arkcompiler/toolchain/tooling/base/
Dpt_types.h431 static const std::string Proxy; // NOLINT (readability-identifier-naming) member
467 static const std::string Proxy; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp48 const std::string ObjectSubType::Proxy = "proxy"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType
76 const std::string ObjectClassName::Proxy = "Object"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp127 using Proxy = builtins::BuiltinsProxy; typedef
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp152 using Proxy = builtins::BuiltinsProxy; typedef