Home
last modified time | relevance | path

Searched refs:unknown (Results 1 – 6 of 6) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
DLowerJump.cpp457 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 …]
DCodegenInterface.cpp271 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()
DLower.h1231 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/
DREADME.txt11 #01 lr 463ba1c9 <unknown>
/dalvik/tests/004-annotations/
Dexpected.txt48 @android.test.anno.AnnoFancyType(name=unknown, num=5)
/dalvik/opcode-gen/
Dbytecode.txt60 # unknown -- used for undefined opcodes and breakpoint
324 op ec ^breakpoint 00x n unknown optimized