Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 6 of 6) sorted by relevance

/art/runtime/arch/arm/
Djni_entrypoints_arm.S38 bx r12 @ if non-null, tail call to method's code
Dportable_entrypoints_arm.S130 bx r12 @ tail-call into actual code
Dquick_entrypoints_arm.S232 bx r12 @ tail call to target
858 bx r12 @ tail-call into actual code
/art/runtime/
Druntime.cc414 std::string tail(option.substr(option[1] == 'X' ? 10 : 15)); in Create() local
415 if (tail == "help" || !Dbg::ParseJdwpOptions(tail)) { in Create()
/art/tools/
Dcpplint.py1091 tail = line[pos:]
1092 num_open = tail.count(startchar) - tail.count(endchar)
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S902 jr $v0 # tail call to method