Home
last modified time | relevance | path

Searched refs:exception_entry_ (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h213 vixl32::Label* Entry() { return &exception_entry_; } in Entry()
221 vixl32::Label exception_entry_; variable
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.h189 vixl::aarch64::Label* Entry() { return &exception_entry_; } in Entry()
197 vixl::aarch64::Label exception_entry_; variable
/art/compiler/utils/mips64/
Dassembler_mips64.h405 exception_entry_(std::move(src.exception_entry_)) {} in Mips64ExceptionSlowPath()
408 Mips64Label* Entry() { return &exception_entry_; } in Entry()
411 Mips64Label exception_entry_; variable
/art/compiler/utils/mips/
Dassembler_mips.h254 exception_entry_(std::move(src.exception_entry_)) {} in MipsExceptionSlowPath()
257 MipsLabel* Entry() { return &exception_entry_; } in Entry()
260 MipsLabel exception_entry_; variable