Searched refs:isShortTerm (Results 1 - 4 of 4) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DNcgAot.h32 bool isShortTerm);
34 const char* target, bool isShortTerm);
H A DNcgAot.cpp124 bool isShortTerm) {
129 conditional_jump(cc, target, isShortTerm);
133 const char* target, bool isShortTerm) {
138 unconditional_jump(target, isShortTerm);
122 conditional_jump_global_API( ConditionCode cc, const char* target, bool isShortTerm) argument
132 unconditional_jump_global_API( const char* target, bool isShortTerm) argument
H A DLowerJump.cpp453 If the branch target is not handled, call insertShortWorklist or insertLabelWorklist depending on isShortTerm, unknown is set to true, immSize is set to 32 if isShortTerm is false, set to 32 if isShortTerm is true and target is check_cast_null, set to 8 otherwise.
457 int getRelativeOffset(const char* target, bool isShortTerm, JmpCall_type type, bool* unknown, OpndSize* immSize) { argument
459 if(isShortTerm) targetPtrInStream = findCodeForShortLabel(target);
468 if(isShortTerm) {
506 else if (!isShortTerm) {
531 void conditional_jump(ConditionCode cc, const char* target, bool isShortTerm) { argument
540 imm = getRelativeOffset(target, isShortTerm, JmpCall_cond, &unknown, &size);
541 dump_label(m, size, imm, target, isShortTerm);
555 unconditional_jump(const char* target, bool isShortTerm) argument
[all...]
H A DLower.h677 void conditional_jump(ConditionCode cc, const char* target, bool isShortTerm);
678 void unconditional_jump(const char* target, bool isShortTerm);
1231 int getRelativeOffset(const char* target, bool isShortTerm, JmpCall_type type, bool* unknown,

Completed in 7 milliseconds