Searched refs:definition (Results 1 – 10 of 10) sorted by relevance
/art/tools/jvmti-agents/ti-alloc-sample/ |
D | mkflame.py | 34 def definition(self, index): member in TraceCollection 40 def set_definition(self, index, definition): argument 44 self.definitions[index] = definition 66 def expand_stack_trace(definition): argument 100 thread_type_size = self.definition(int(tokens[0])) 108 tokens = definition.split(";") 122 method = self.definition(int(token)).replace(";", ":") 145 definition = line[comma_pos+1:] 147 definition = expand_stack_trace(definition) 153 self.set_definition(index, definition) [all …]
|
/art/test/939-hello-transformation-bcp/ |
D | info.txt | 3 Note this function is reliant on the definition of java.util.OptionalLong not 4 changing. If this classes definition changes we will need to update this class
|
/art/test/1978-regular-obsolete-then-structural-obsolescence/ |
D | expected.txt | 3 Running after op1 using normal definition 6 Running after op2 using normal definition
|
/art/compiler/optimizing/ |
D | ssa_liveness_analysis.cc | 494 HInstruction* definition = GetParent()->GetDefinedBy(); in NumberOfSpillSlotsNeeded() local 495 if (definition != nullptr && HVecOperation::ReturnsSIMDValue(definition)) { in NumberOfSpillSlotsNeeded() 496 if (definition->IsPhi()) { in NumberOfSpillSlotsNeeded() 497 definition = definition->InputAt(1); // SIMD always appears on back-edge in NumberOfSpillSlotsNeeded() 499 return definition->AsVecOperation()->GetVectorNumberOfBytes() / kVRegSize; in NumberOfSpillSlotsNeeded()
|
/art/test/944-transform-classloaders/ |
D | info.txt | 6 classloaders. Changes to the internal operation or definition of
|
/art/cmdline/ |
D | README.md | 88 After an argument definition is provided, the parser builder needs to know what type the argument 89 will be in order to provide the type safety and make sure the rest of the argument definition is 120 When an argument definition has multiple aliases with no wildcards, it might be convenient to 153 To complete an argument definition, the parser generator also needs to know where to save values. 172 `Ignore` function which takes a list of argument definition names. 176 with invalid values, only user-arguments for which it could not find a matching argument definition.
|
/art/test/980-redefine-object/ |
D | info.txt | 14 possible that the definition of Object contained in the base64 DEX_BYTES array
|
/art/ |
D | NOTICE | 30 control with that entity. For the purposes of this definition, 66 the copyright owner. For the purposes of this definition, "submitted"
|
/art/test/510-checker-try-catch/smali/ |
D | Runtime.smali | 388 # definition. Runtime is expected to find their location in the stack map and 437 # definition. Runtime is expected to find their location in the stack map and
|
/art/test/626-checker-arm64-scratch-register/smali/ |
D | Main2.smali | 177 # // definition of these float variable matters. Likewise with the
|