Home
last modified time | relevance | path

Searched refs:definition (Results 1 – 13 of 13) sorted by relevance

/art/tools/jvmti-agents/ti-alloc-sample/
Dmkflame.py34 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/
Dinfo.txt3 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/
Dexpected.txt3 Running after op1 using normal definition
6 Running after op2 using normal definition
/art/test/944-transform-classloaders/
Dinfo.txt6 classloaders. Changes to the internal operation or definition of
/art/compiler/optimizing/
Dssa_liveness_analysis.cc494 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/cmdline/
DREADME.md88 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/
Dinfo.txt14 possible that the definition of Object contained in the base64 DEX_BYTES array
/art/tools/jvmti-agents/enable-vlog/
DREADME.md81 the LogVerbosity struct definition and the parser for a up-to-date list.
/art/tools/checker/
DREADME130 of the defining group. In other words, it will be valid everywhere after its definition within the
144 Furthermore, in this example, the definition of MyID depends on which branch gets selected at
/art/
DNOTICE30 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/
DRuntime.smali388 # 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/
DMain2.smali177 # // definition of these float variable matters. Likewise with the
/art/test/
DAndroid.bp201 // definition of module `core-tests` in libcore/JavaLibrary.bp).