Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/util/
Dsynchronized.h58 struct Proxy { struct
61 Proxy(Proxy &&other) in Proxy() function
67 explicit Proxy(Synchronized *paramObj) ACQUIRE(obj->rwLock_) : obj {paramObj} in Proxy() argument
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine.h164 static void Proxy(void *ctx) in Proxy() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Ddebug_connection.py33 class Proxy(typing.Generic[E]): class
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.h442 static const std::string Proxy; // NOLINT (readability-identifier-naming) member
478 static const std::string Proxy; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp47 const std::string ObjectSubType::Proxy = "proxy"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType
75 const std::string ObjectClassName::Proxy = "Object"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp130 using Proxy = builtins::BuiltinsProxy; typedef
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp150 using Proxy = builtins::BuiltinsProxy; typedef