OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RegLocation
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/
CompilerIR.h
38
typedef struct
RegLocation
{
45
}
RegLocation
;
253
RegLocation
*
regLocation
;
/art/compiler/dex/
mir_graph.h
295
* Whereas a SSA name describes a definition of a Dalvik vreg, the
RegLocation
describes
298
* there is a
RegLocation
.
302
struct
RegLocation
{
326
RegLocation
* args; // One for each word of arguments.
327
RegLocation
result; // Eventual target of MOVE_RESULT.
334
RegLocation
target; // Target of following move_result.
341
const
RegLocation
bad_loc = {kLocDalvikFrame, 0, 0, 0, 0, 0, 0, 0, 0,
443
void DumpRegLocTable(
RegLocation
* table, int count);
451
bool IsConst(
RegLocation
loc) const {
455
int32_t ConstantValue(
RegLocation
loc) const
[
all
...]
Completed in 53 milliseconds