HomeSort by relevance Sort by last modified time
    Searched refs:is_range (Results 1 - 20 of 20) 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...]
  /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/
dex_to_dex_compiler.cc 89 Instruction::Code new_opcode, bool is_range);
238 bool is_range) {
242 uint32_t method_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c();
266 if (is_range) {
mir_graph.h 336 bool is_range; member in struct:art::CallInfo
598 CallInfo* NewMemCallInfo(BasicBlock* bb, MIR* mir, InvokeType type, bool is_range);
mir_graph.cc     [all...]
  /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
3936 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE) || local
    [all...]
method_verifier.h 481 void VerifyNewArray(const Instruction* inst, bool is_filled, bool is_range)
564 * The method reference is in vBBBB. The "is_range" parameter determines
576 bool is_range, bool is_super)
581 bool is_range)
584 mirror::ArtMethod* VerifyInvokeVirtualQuickArgs(const Instruction* inst, bool is_range)
register_line.cc 91 const RegType& RegisterLine::GetInvocationThis(const Instruction* inst, bool is_range) {
92 const size_t args_count = is_range ? inst->VRegA_3rc() : inst->VRegA_35c();
98 const uint32_t this_reg = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c();
register_line.h 179 const RegType& GetInvocationThis(const Instruction* inst, bool is_range)
  /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/interpreter/
interpreter.cc 419 template<InvokeType type, bool is_range, bool do_access_check>
423 template<InvokeType type, bool is_range, bool do_access_check>
427 uint32_t method_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c();
428 uint32_t vregC = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c();
473 if (!is_range) {
478 size_t arg_pos = is_range ? vregC + arg_offset : arg[arg_offset];
526 template<bool is_range>
531 template<bool is_range>
534 uint32_t vregC = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c();
542 uint32_t vtable_idx = (is_range) ? inst->VRegB_3rc() : inst->VRegB_35c()
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_asid.c 556 int i1, i2, i3, is_range, which;
587 is_range = 0;
589 is_range = 1;
609 if (!is_range) {
  /external/openssl/crypto/x509v3/
v3_asid.c 556 int i1, i2, i3, is_range, which;
587 is_range = 0;
589 is_range = 1;
609 if (!is_range) {
  /art/compiler/dex/portable/
mir_to_gbc.h 129 bool is_range, bool is_filled_new_array);
mir_to_gbc.cc 451 InvokeType invoke_type, bool is_range, bool is_filled_new_array) {
452 CallInfo* info = mir_graph_->NewMemCallInfo(bb, mir, invoke_type, is_range);
    [all...]
  /external/libmtp/src/
libmtp.h 550 int is_range; member in struct:LIBMTP_allowed_values_struct
    [all...]
libmtp.h.in 548 int is_range;
libmtp.c     [all...]
  /art/compiler/dex/quick/
gen_common.cc 257 if (info->is_range && (elems > 0)) {
315 } else if (!info->is_range) {
    [all...]
gen_invoke.cc     [all...]

Completed in 1817 milliseconds