Home
last modified time | relevance | path

Searched refs:Jump (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_utils.h74 assembler->Jump(GetExitLabel()); in EmitNativeCode()
/art/test/501-null-constant-dce/smali/
DDCE.smali22 # Jump over the code that requires the null constant
/art/compiler/utils/arm64/
Dassembler_arm64.h221 void Jump(Label* label ATTRIBUTE_UNUSED) OVERRIDE { in Jump() function
/art/compiler/utils/
Dassembler.h510 virtual void Jump(Label* label) = 0;
/art/compiler/utils/x86/
Dassembler_x86.h625 void Jump(Label* label) OVERRIDE { in Jump() function
/art/compiler/utils/x86_64/
Dassembler_x86_64.h696 void Jump(Label* label) OVERRIDE { in Jump() function
/art/compiler/utils/mips64/
Dassembler_mips64.h332 void Jump(Label* label ATTRIBUTE_UNUSED) OVERRIDE { in Jump() function
/art/compiler/utils/mips/
Dassembler_mips.h406 void Jump(Label* label ATTRIBUTE_UNUSED) OVERRIDE { in Jump() function
/art/compiler/utils/arm/
Dassembler_arm.h1051 void Jump(Label* label) OVERRIDE { in Jump() function