Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/util/
Dsynchronized.h135 auto Apply(Handler &&handler) in Apply() function
142 auto Apply(Handler &&handler) const in Apply() function
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DinvariantBase.h56 auto Apply(Func &&f) in Apply() function
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc_clusters.h158 void Apply() in Apply() function
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
Dphase.cpp240 bool Phase::Apply(public_lib::Context *ctx, parser::Program *program) in Apply() function in ark::es2panda::compiler::Phase
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dcl_option.h342 void Apply(const ArgT &arg, const ArgsT &... args) in Apply() function
/arkcompiler/jsvm/src/inspector/
Djs_native_api_v8_inspector.cpp236 …static void Apply(T* target, void (T::*fn)(Argument), Argument& argument) /* NOLINT (runtime/refer… in Apply() function in v8impl::__anona063bacf0111::AnotherThreadObjectReference
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.cpp1910 void ScalarReplacement::Apply(ArenaSet<Inst *> &candidates) in Apply() function in ark::compiler::ScalarReplacement