Searched defs:callee (Results 1 - 5 of 5) sorted by relevance

/art/test/642-fp-callees/src/
H A DMain.java25 $noinline$callee(a, b, c);
30 public static void $noinline$callee(int a, int b, long c) {
/art/compiler/optimizing/
H A Dsharpening.cc93 ArtMethod* callee = invoke->GetResolvedMethod(); local
94 DCHECK(callee != nullptr);
113 if (callee == codegen->GetGraph()->GetArtMethod() && !codegen->GetGraph()->IsDebuggable()) {
118 AOTCanEmbedMethod(callee, codegen->GetCompilerOptions())) {
122 method_load_data = reinterpret_cast<uintptr_t>(callee);
125 BootImageAOTCanEmbedMethod(callee, compiler_driver)) {
H A Doptimizing_compiler.cc1171 bool CanEncodeInlinedMethodInStackMap(const DexFile& caller_dex_file, ArtMethod* callee) { argument
1176 if (IsSameDexFile(caller_dex_file, *callee->GetDexFile())) {
/art/runtime/
H A Djni_internal_test.cc2525 auto callee = [](void* env_ptr) -> void* { local
2537 callee,
H A Dstack.cc758 // Note: -sizeof(void*) since callee-save frame stores a whole method pointer.
879 // Skip runtime save all callee frames which are used to deliver exceptions.
881 ArtMethod* callee = local
883 CHECK_EQ(GetMethod(), callee) << "Expected: " << ArtMethod::PrettyMethod(callee)

Completed in 1357 milliseconds