HomeSort by relevance Sort by last modified time
    Searched refs:isShortTerm (Results 1 - 5 of 5) sorted by null

  /dalvik/vm/compiler/codegen/x86/
NcgAot.h 32 bool isShortTerm);
34 const char* target, bool isShortTerm);
NcgAot.cpp 124 bool isShortTerm) {
129 conditional_jump(cc, target, isShortTerm);
133 const char* target, bool isShortTerm) {
138 unconditional_jump(target, isShortTerm);
LowerJump.cpp 453 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) {
459 if(isShortTerm) targetPtrInStream = findCodeForShortLabel(target);
468 if(isShortTerm) {
506 else if (!isShortTerm) {
531 void conditional_jump(ConditionCode cc, const char* target, bool isShortTerm) {
540 imm = getRelativeOffset(target, isShortTerm, JmpCall_cond, &unknown, &size);
541 dump_label(m, size, imm, target, isShortTerm);
    [all...]
Lower.h 677 void conditional_jump(ConditionCode cc, const char* target, bool isShortTerm);
678 void unconditional_jump(const char* target, bool isShortTerm);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.c 107 static i32 FindDpbPic(dpbStorage_t *dpb, i32 picNum, u32 isShortTerm);
235 u32 isShortTerm;
276 isShortTerm = HANTRO_TRUE;
282 isShortTerm = HANTRO_FALSE;
286 index = FindDpbPic(dpb, picNum, isShortTerm);
    [all...]

Completed in 68 milliseconds