HomeSort by relevance Sort by last modified time
    Searched refs:kStatic (Results 1 - 25 of 26) sorted by null

1 2

  /art/runtime/
invoke_type.h 25 kStatic, // <<static>>
dex_file.h     [all...]
class_linker.cc     [all...]
  /art/runtime/entrypoints/portable/
portable_invoke_entrypoints.cc 65 EXPLICIT_FIND_METHOD_HELPER_TYPED_TEMPLATE_DECL(kStatic);
79 return FindMethodHelper<kStatic, true>(method_idx, this_object, referrer, thread);
portable_trampoline_entrypoints.cc 344 invoke_type = kStatic;
348 invoke_type = kStatic;
393 invoke_type = kStatic;
417 if (invoke_type == kStatic) {
  /art/compiler/dex/
mir_method_info.h 103 ((type == kStatic) ? kFlagIsStatic : 0u) |
mir_analysis.cc 1186 static constexpr uint16_t invoke_types[] = { kVirtual, kSuper, kDirect, kStatic, kInterface };
mir_dataflow.cc     [all...]
mir_optimization.cc     [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 362 hs.NewHandleWrapper(type == kStatic ? &null_this : this_object));
368 } else if (UNLIKELY(*this_object == nullptr && type != kStatic)) {
393 case kStatic:
469 EXPLICIT_FIND_METHOD_FROM_CODE_TYPED_TEMPLATE_DECL(kStatic);
539 if (UNLIKELY(this_object == NULL && type != kStatic)) {
564 } else if (type == kStatic || type == kDirect) {
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 736 invoke_type = kStatic;
740 invoke_type = kStatic;
    [all...]
  /art/runtime/interpreter/
interpreter_common.h 110 Object* receiver = (type == kStatic) ? nullptr : shadow_frame.GetVRegReference(vregC);
391 EXPLICIT_DO_INVOKE_ALL_TEMPLATE_DECL(kStatic); // invoke-static/range.
interpreter_goto_table_impl.cc     [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 579 GenFilledNewArray(mir_graph_->NewMemCallInfo(bb, mir, kStatic,
584 GenFilledNewArray(mir_graph_->NewMemCallInfo(bb, mir, kStatic,
814 GenInvoke(mir_graph_->NewMemCallInfo(bb, mir, kStatic, true));
822 GenInvoke(mir_graph_->NewMemCallInfo(bb, mir, kStatic, false));
    [all...]
gen_invoke.cc     [all...]
dex_file_method_inliner.cc 433 if (kIntrinsicIsStatic[intrinsic.opcode] != (info->type == kStatic)) {
    [all...]
  /art/runtime/mirror/
art_method.cc 71 return kStatic;
class-inl.h 281 COMPILE_ASSERT(throw_on_failure || throw_invoke_type == kStatic, non_default_throw_invoke_type);
323 return ResolvedMethodAccessTest<false, false, kStatic>(access_to, method, method_idx, dex_cache);
art_method-inl.h 156 case kStatic:
  /art/runtime/native/
dalvik_system_VMRuntime.cc 316 case kStatic:
  /art/compiler/llvm/
gbc_expander.cc 824 bool is_static = (invoke_type == art::kStatic);
849 case art::kStatic:
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/testing/gtest/src/
gtest-port.cc 245 if (type_ == kStatic) {
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 1112 milliseconds

1 2