OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_ref
(Results
1 - 7
of
7
) sorted by null
/art/compiler/dex/quick/arm64/
codegen_arm64.h
32
virtual RegStorage GetNextReg(bool is_double_or_float, bool is_wide, bool
is_ref
) = 0;
40
virtual RegStorage GetNextReg(bool is_double_or_float, bool is_wide, bool
is_ref
);
target_arm64.cc
791
bool
is_ref
) {
804
DCHECK(!
is_ref
);
818
DCHECK(!(is_wide &&
is_ref
));
819
result = (is_wide ||
is_ref
) ? RegStorage::Solo64(res_reg) : RegStorage::Solo32(res_reg);
[
all
...]
/art/compiler/dex/
vreg_analysis.cc
62
bool MIRGraph::SetRef(int index, bool
is_ref
) {
64
if (
is_ref
&& !reg_location_[index].defined) {
mir_graph.h
953
bool SetRef(int index, bool
is_ref
);
[
all
...]
/art/compiler/dex/quick/x86/
codegen_x86.h
31
virtual RegStorage GetNextReg(bool is_double_or_float, bool is_wide, bool
is_ref
) = 0;
39
virtual RegStorage GetNextReg(bool is_double_or_float, bool is_wide, bool
is_ref
);
[
all
...]
target_x86.cc
[
all
...]
/external/lldb/source/Core/
ValueObject.cpp
3457
const bool
is_ref
= type_flags.Test (ClangASTType::eTypeIsReference);
local
[
all
...]
Completed in 323 milliseconds