OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RefCounts
(Results
1 - 3
of
3
) sorted by null
/art/compiler/dex/quick/
ralloc_util.cc
915
void Mir2Lir::CountRefs(
RefCounts
* core_counts,
RefCounts
* fp_counts) {
918
RefCounts
* counts = loc.fp ? fp_counts : core_counts;
932
const Mir2Lir::
RefCounts
* op1 = reinterpret_cast<const Mir2Lir::
RefCounts
*>(val1);
933
const Mir2Lir::
RefCounts
* op2 = reinterpret_cast<const Mir2Lir::
RefCounts
*>(val2);
942
void Mir2Lir::DumpCounts(const
RefCounts
* arr, int size, const char* msg) {
973
RefCounts
*core_regs =
974
static_cast<
RefCounts
*>(arena_->Alloc(sizeof(RefCounts) * num_regs
[
all
...]
mir_to_lir.h
187
struct
RefCounts
{
370
void CountRefs(
RefCounts
* core_counts,
RefCounts
* fp_counts);
371
void DumpCounts(const
RefCounts
* arr, int size, const char* msg);
[
all
...]
/external/chromium_org/base/android/
scoped_java_ref_unittest.cc
86
TEST_F(ScopedJavaRefTest,
RefCounts
) {
Completed in 208 milliseconds