Searched defs:unknown (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DCodegenInterface.cpp275 bool unknown; local
278 relativeNCG = getRelativeNCG(targetId, JmpCall_uncond, &unknown, &size);
285 bool unknown; local
288 relativeNCG = getRelativeNCG(targetId, JmpCall_cond, &unknown, &size);
1533 ALOGE("Jit: unknown work order type");
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
463 *unknown = false;
467 *unknown = true;
537 bool unknown; local
540 imm = getRelativeOffset(target, isShortTerm, JmpCall_cond, &unknown, &size);
561 bool unknown; local
575 imm = getRelativeOffset(target, isShortTerm, JmpCall_uncond, &unknown, &size);
879 If the branch target is not handled, call insertNCGWorklist, unknown is set to true, immSize is set to 32.
883 int getRelativeNCG(s4 tmp, JmpCall_type type, bool* unknown, OpndSiz argument
920 bool unknown; local
931 bool unknown; local
[all...]

Completed in 46 milliseconds