Searched refs:unknown (Results 1 – 6 of 6) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
D | LowerJump.cpp | 457 int getRelativeOffset(const char* target, bool isShortTerm, JmpCall_type type, bool* unknown, OpndS… in getRelativeOffset() argument 463 *unknown = false; in getRelativeOffset() 467 *unknown = true; in getRelativeOffset() 537 bool unknown; in conditional_jump() local 540 imm = getRelativeOffset(target, isShortTerm, JmpCall_cond, &unknown, &size); in conditional_jump() 561 bool unknown; in unconditional_jump() local 575 imm = getRelativeOffset(target, isShortTerm, JmpCall_uncond, &unknown, &size); in unconditional_jump() 883 int getRelativeNCG(s4 tmp, JmpCall_type type, bool* unknown, OpndSize* size) {//tmp: relativePC in getRelativeNCG() argument 886 *unknown = false; in getRelativeNCG() 888 *unknown = true; in getRelativeNCG() [all …]
|
D | CodegenInterface.cpp | 271 bool unknown; in jumpToBasicBlock() local 274 relativeNCG = getRelativeNCG(targetId, JmpCall_uncond, &unknown, &size); in jumpToBasicBlock() 281 bool unknown; in condJumpToBasicBlock() local 284 relativeNCG = getRelativeNCG(targetId, JmpCall_cond, &unknown, &size); in condJumpToBasicBlock()
|
D | Lower.h | 1231 int getRelativeOffset(const char* target, bool isShortTerm, JmpCall_type type, bool* unknown, 1233 int getRelativeNCG(s4 tmp, JmpCall_type type, bool* unknown, OpndSize* size);
|
/dalvik/tools/gdbjithelper/ |
D | README.txt | 11 #01 lr 463ba1c9 <unknown>
|
/dalvik/tests/004-annotations/ |
D | expected.txt | 48 @android.test.anno.AnnoFancyType(name=unknown, num=5)
|
/dalvik/opcode-gen/ |
D | bytecode.txt | 60 # unknown -- used for undefined opcodes and breakpoint 324 op ec ^breakpoint 00x n unknown optimized
|