OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shorty
(Results
51 - 62
of
62
) sorted by null
1
2
3
/art/runtime/arch/mips/
quick_entrypoints_mips.S
479
* [sp + 20] =
shorty
525
lw $t1, 20($sp) # get
shorty
[
all
...]
/art/runtime/arch/x86/
quick_entrypoints_x86.S
271
* [sp + 24] =
shorty
303
mov 24(%esp), %edx // get the
shorty
[
all
...]
/art/runtime/
dex_file.h
182
uint32_t shorty_idx_; // index into string_ids array for
shorty
descriptor
620
// Returns the
shorty
of a method id.
[
all
...]
class_linker.h
215
// Get
shorty
from method index without resolution. Used to do handlerization.
[
all
...]
jni_internal.cc
432
const char*
shorty
= nullptr;
local
434
shorty
= m->GetShorty(&len);
436
return android::NativeBridgeGetTrampoline(handle_, symbol_name.c_str(),
shorty
, len);
[
all
...]
debugger.cc
3555
const char*
shorty
= m->GetShorty(&
shorty
_len);
local
[
all
...]
/dalvik/docs/
dalvik-constraints.html
98
into the string_ids list. The referenced string must be a valid
shorty
descriptor.
porting-guide.html
72
(a DEX "
shorty
" signature, with one character for the return type and one
/dalvik/libdex/
DexFile.h
296
u4 shortyIdx; /* index into stringIds for
shorty
descriptor */
/art/runtime/arch/arm/
quick_entrypoints_arm.S
292
* [sp + 4] =
shorty
[
all
...]
/art/compiler/llvm/
gbc_expander.cc
2671
const char*
shorty
= dex_compilation_unit_->GetDexFile()->GetMethodShorty(method_id, &
shorty
_size);
local
[
all
...]
/art/compiler/dex/
mir_graph.cc
693
cu_->
shorty
= dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
[
all
...]
Completed in 389 milliseconds
1
2
3