HomeSort by relevance Sort by last modified time
    Searched refs:HParameterValue (Results 1 - 6 of 6) sorted by null

  /art/compiler/optimizing/
code_generator.h 84 size_t GetStackSlotOfParameter(HParameterValue* parameter) const {
builder.cc 95 HParameterValue* parameter =
96 new (arena_) HParameterValue(parameter_index++, Primitive::kPrimNot);
113 HParameterValue* parameter =
114 new (arena_) HParameterValue(parameter_index++, Primitive::GetType(shorty[pos - 1]));
nodes.h     [all...]
code_generator_x86_64.cc 899 void LocationsBuilderX86_64::VisitParameterValue(HParameterValue* instruction) {
911 void InstructionCodeGeneratorX86_64::VisitParameterValue(HParameterValue* instruction) {
    [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]

Completed in 87 milliseconds