Home
last modified time | relevance | path

Searched defs:EncodeFastPathDynamicCast (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h210 virtual void EncodeFastPathDynamicCast([[maybe_unused]] Reg dst, [[maybe_unused]] Reg src, in EncodeFastPathDynamicCast() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp783 void Amd64Encoder::EncodeFastPathDynamicCast(Reg dst, Reg src, LabelHolder::LabelId slow) in EncodeFastPathDynamicCast() function in panda::compiler::amd64::Amd64Encoder
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp1207 void Aarch64Encoder::EncodeFastPathDynamicCast(Reg dst, Reg src, LabelHolder::LabelId slow) in EncodeFastPathDynamicCast() function in panda::compiler::aarch64::Aarch64Encoder