Home
last modified time | relevance | path

Searched refs:EncodeFastPathDynamicCast (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h183 virtual void EncodeFastPathDynamicCast(Reg dst, Reg src, LabelHolder::LabelId slow);
Dencode.cpp98 void Encoder::EncodeFastPathDynamicCast([[maybe_unused]] Reg dst, [[maybe_unused]] Reg src, in EncodeFastPathDynamicCast() function in ark::compiler::Encoder
Dcodegen.cpp2173 enc->EncodeFastPathDynamicCast(dst, src, LabelHolder::INVALID_LABEL); in EncodeDynamicCast()
2179 enc->EncodeFastPathDynamicCast(dst, src, slowPath->GetLabel()); in EncodeDynamicCast()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h271 void EncodeFastPathDynamicCast(Reg dst, Reg src, LabelHolder::LabelId slow) override;
Dencode.cpp1070 void Amd64Encoder::EncodeFastPathDynamicCast(Reg dst, Reg src, LabelHolder::LabelId slow) in EncodeFastPathDynamicCast() function in ark::compiler::amd64::Amd64Encoder
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dtarget.h239 void EncodeFastPathDynamicCast(Reg dst, Reg src, LabelHolder::LabelId slow) override;
Dencode.cpp1670 void Aarch64Encoder::EncodeFastPathDynamicCast(Reg dst, Reg src, LabelHolder::LabelId slow) in EncodeFastPathDynamicCast() function in ark::compiler::aarch64::Aarch64Encoder
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dencoder64_test_2.cpp390 test->GetEncoder()->EncodeFastPathDynamicCast(output, input, LabelHolder::INVALID_LABEL); in TestFcvtjzs()