OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsParamAReference
(Results
1 - 5
of
5
) sorted by null
/art/compiler/jni/quick/
calling_convention.cc
82
return
IsParamAReference
(itr_args_);
152
return
IsParamAReference
(arg_pos);
calling_convention.h
100
bool
IsParamAReference
(unsigned int param) const {
/art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc
74
bool
IsParamAReference
() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
75
return caller_mh_.
IsParamAReference
(param_index_);
/art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc
158
bool
IsParamAReference
() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
425
if (
IsParamAReference
()) {
/art/runtime/
object_utils.h
566
bool
IsParamAReference
(size_t param) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Completed in 632 milliseconds