OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fprs_
(Results
1 - 5
of
5
) sorted by null
/art/runtime/arch/arm/
context_arm.cc
34
fprs_
[i] = NULL;
65
fprs_
[i] = fr.CalleeSaveAddress(spill_count + fp_spill_count - j, frame_size);
96
fprs[i] =
fprs_
[i] != NULL ? *
fprs_
[i] : ArmContext::kBadGprBase + i;
context_arm.h
60
uint32_t*
fprs_
[kNumberOfSRegisters];
member in class:art::arm::ArmContext
quick_entrypoints_arm.S
293
* On entry r0 is uint32_t* gprs_ and r1 is uint32_t*
fprs_
296
vldm r1, {s0-s31} @ load all fprs from argument
fprs_
[
all
...]
/art/runtime/arch/mips/
context_mips.cc
33
fprs_
[i] = NULL;
64
fprs_
[i] = fr.CalleeSaveAddress(spill_count + fp_spill_count - j, frame_size);
96
fprs[i] =
fprs_
[i] != NULL ? *
fprs_
[i] : MipsContext::kBadGprBase + i;
context_mips.h
58
uint32_t*
fprs_
[kNumberOfFRegisters];
member in class:art::mips::MipsContext
Completed in 252 milliseconds