Home
last modified time | relevance | path

Searched defs:Convert (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DunboxingConverter.cpp23 checker::Type *UnboxingConverter::Convert(checker::ETSChecker const *checker, ETSObjectType *type) in Convert() function in ark::es2panda::checker::UnboxingConverter
DboxingConverter.cpp24 checker::ETSObjectType *BoxingConverter::Convert(ETSChecker const *checker, Type const *source) in Convert() function in ark::es2panda::checker::BoxingConverter
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_scoped_objects_fix.h94 T *Convert(ets_object obj) in Convert() function
100 static T *Convert(PandaEtsNapiEnv *env, ets_object obj) in Convert() function
/arkcompiler/ets_runtime/tools/ap_file_viewer/native/include/
Dprof_convert_json.h32 cJSON* Convert(const std::vector<ProfileType::jModuleType>& data) const in Convert() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.h32 Convert, enumerator
Dmcr_circuit_builder.cpp461 GateRef CircuitBuilder::Convert(GateRef gate, ValueType src, ValueType dst) in Convert() function in panda::ecmascript::kungfu::CircuitBuilder
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h450 void Convert(PGOContext& context, RootHClassLayoutDesc *desc) const in Convert() function
535 void Convert(PGOContext& context, ChildHClassLayoutDesc *desc) const in Convert() function
631 PGOHClassTreeDesc Convert(PGOContext& context) in Convert() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp37 static vixl::aarch32::Condition Convert(const Condition cc) in Convert() function
98 static vixl::aarch32::DataType Convert(const TypeInfo info, const bool isSigned = false) in Convert() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp44 static vixl::aarch64::Condition Convert(const Condition cc) in Convert() function
92 static vixl::aarch64::Shift Convert(const ShiftType type) in Convert() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp247 void Codegen::Convert(ArenaVector<Reg> *regsUsage, const ArenaVector<bool> *mask, TypeInfo typeInfo) in Convert() function in ark::compiler::Codegen