HomeSort by relevance Sort by last modified time
    Searched defs:is_range (Results 1 - 6 of 6) sorted by null

  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 321 bool is_range; local
330 is_range = false;
334 is_range = true;
338 is_range = false;
342 is_range = true;
346 is_range = false;
350 is_range = true;
354 is_range = false;
358 is_range = true;
362 is_range = false
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_utils.c 886 BOOLEAN is_range = FALSE; local
891 if (is_range == FALSE)
909 is_range = TRUE;
912 is_range = FALSE;
915 is_range = FALSE;
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 465 bool is_range; local
469 is_range = false;
473 is_range = true;
477 is_range = false;
481 is_range = true;
485 is_range = false;
489 is_range = true;
493 is_range = false;
497 is_range = true;
501 is_range = false
    [all...]
  /art/compiler/dex/
mir_graph.h 336 bool is_range; member in struct:art::CallInfo
598 CallInfo* NewMemCallInfo(BasicBlock* bb, MIR* mir, InvokeType type, bool is_range);
  /art/runtime/verifier/
method_verifier.cc 390 const bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); local
391 return GetQuickInvokedMethod(inst, register_line, is_range);
2128 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || local
2154 bool is_range = (inst->Opcode() == Instruction::INVOKE_DIRECT_RANGE); local
2221 bool is_range = (inst->Opcode() == Instruction::INVOKE_STATIC_RANGE); local
2246 bool is_range = (inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE); local
2554 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); local
3933 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE) || local
    [all...]
  /external/libmtp/src/
libmtp.h 550 int is_range; member in struct:LIBMTP_allowed_values_struct
    [all...]

Completed in 629 milliseconds