Home
last modified time | relevance | path

Searched defs:Register (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_finalization_registry.cpp60 JSTaggedValue BuiltinsFinalizationRegistry::Register(EcmaRuntimeCallInfo *argv) in Register() function in panda::ecmascript::builtins::BuiltinsFinalizationRegistry
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dfactory.h30 void Register(const key_type &key, creator_type func) in Register() function in maple::final
87 void Register(const key_type &key, creator_type func) in Register() function in maple::final
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
H A Dcl_parser.cpp197 void CommandLine::Register(const std::vector<std::string> &optNames, OptionInterface &opt, OptionCategory &optCategory) in Register() function in CommandLine
/arkcompiler/ets_runtime/ecmascript/
H A Djs_finalization_registry.cpp49 void JSFinalizationRegistry::Register(JSThread *thread, JSHandle<JSTaggedValue> target, in Register() function in panda::ecmascript::JSFinalizationRegistry
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.h23 class Register { class
25 Register(RegisterId reg, RegisterType type = RegisterType::X) : reg_(reg), type_(type) {}; in Register() function in panda::ecmascript::aarch64::Register
[all...]

Completed in 4 milliseconds