HomeSort by relevance Sort by last modified time
    Searched refs:kind (Results 626 - 650 of 2305) sorted by null

<<21222324252627282930>>

  /external/v8/src/
code-stubs-hydrogen.cc 82 HValue* argument_elements, ElementsKind kind);
379 // For any kind of object not handled above, the spec rule for
556 // Store the payload (smi elements kind)
686 ElementsKind kind) {
688 if (!IsFastObjectElementsKind(kind)) {
697 if (IsFastDoubleElementsKind(kind)) {
709 HObjectAccess::ForArrayLength(kind));
715 elements = BuildCheckForCapacityGrow(object, elements, kind, length, max_key,
724 AddElementAccess(elements, index, argument, object, nullptr, kind, STORE);
828 HValue* kind = BuildDecodeField<Map::ElementsKindBits>(bit_field2) local
1068 ElementsKind kind = casted_stub()->elements_kind(); local
1395 ElementsKind kind = FAST_ELEMENTS; local
    [all...]
types.h 350 enum Kind {
361 Kind kind() const { return kind_; } function in class:v8::internal::BitsetType::TypeBase
362 explicit TypeBase(Kind kind) : kind_(kind) {}
364 static bool IsKind(Type* type, Kind kind) {
367 return base->kind() == kind;
    [all...]
log.h 210 void HeapSampleBeginEvent(const char* space, const char* kind);
211 void HeapSampleEndEvent(const char* space, const char* kind);
219 void HeapSampleStats(const char* space, const char* kind,
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar 
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-dis.c 133 enum aarch64_field_kind kind;
142 kind = va_arg (va, enum aarch64_field_kind);
143 field = &fields[kind];
145 value |= extract_field (kind, code, mask);
605 info->shifter.kind = AARCH64_MOD_LSL;
650 info->shifter.kind = AARCH64_MOD_NONE;
654 info->shifter.kind = AARCH64_MOD_LSL;
667 info->shifter.kind = AARCH64_MOD_MSL;
698 info->shifter.kind = AARCH64_MOD_LSL;
852 info->shifter.kind
131 enum aarch64_field_kind kind; local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Frame.java 65 * This format is the following: DIM KIND VALUE (4, 4 and 24 bits). DIM is a
66 * signed number of array dimensions (from -8 to 7). KIND is either BASE,
70 * stack types. VALUE depends on KIND. For LOCAL types, it is an index in
76 * Output frames can contain types of any kind and with a positive or
109 * Mask to get the kind of a frame type.
115 static final int KIND = 0xF000000;
123 * Mask to get the kind of base types.
133 * Kind of the types that are not relative to an input stack map frame.
138 * Base kind of the base reference types. The BASE_VALUE of such types is an
144 * Base kind of the uninitialized base types. The BASE_VALUE of such types
764 int kind = u & KIND; local
1249 int i, s, dim, kind, t; local
    [all...]
  /external/v8/src/parsing/
preparser.h 452 ObjectLiteralProperty::Kind kind,
550 FunctionLiteral::EagerCompileHint eager_compile_hint, FunctionKind kind,
873 const PreParserFormalParameters& parameters, FunctionKind kind,
933 FunctionNameValidity function_name_validity, FunctionKind kind
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 343 switch ((*sect)->kind()) {
357 if ((*sect)->getLink()->kind() == LDFileFormat::Ignore ||
358 (*sect)->getLink()->kind() == LDFileFormat::Folded)
463 .kind() ||
470 .kind()))
543 // ABS is also a kind of Binding in ResolveInfo.
589 // 1. its section kind is changed to Ignore. (The target section is a
593 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
793 // 1. its section kind is changed to Ignore. (The target section is a
797 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201 * @param entryKind The kind of the entry. Accepted values are 0
212 int kind = entry.getEntryKind(); local
214 if (kind == entryKind || entryKind == 0) {
234 * @param entryKind The kind of the entry. Accepted values are 0
249 int kind = entry.getEntryKind(); local
251 if (kind == entryKind || entryKind == 0) {
334 // get the entry and kind
336 int kind = entry.getEntryKind(); local
338 if (kind == IClasspathEntry.CPE_SOURCE)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
ieee.c 37 /* The kind of block. */
38 int kind; member in struct:ieee_block
81 /* Kind of variable or function. */
82 enum ieee_var_kind kind; member in struct:ieee_var
1220 info->blockstack.bsp->kind = b;
1244 switch (info->blockstack.bsp->kind)
1878 bfd_vma kind; local
3726 enum debug_type_kind kind; member in struct:ieee_name_type
3806 enum debug_parm_kind kind; member in struct:ieee_pending_parm
4972 int kind; local
5081 int kind; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-cris.c 76 enum prefix_kind kind; member in struct:cris_prefix
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
795 int kind) {
797 changed |= mPlatform.doAnimation(targetX, mPlatform.mDefaultY, kind);
798 changed |= mBoxes.get(0).doAnimation(targetY, targetScale, kind);
    [all...]
  /art/compiler/optimizing/
stack_map_stream.cc 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
63 void StackMapStream::AddDexRegisterEntry(DexRegisterLocation::Kind kind, int32_t value) {
64 if (kind != DexRegisterLocation::Kind::kNone) {
65 // Ensure we only use non-compressed location kind at this stage.
66 DCHECK(DexRegisterLocation::IsShortLocationKind(kind)) << kind;
67 DexRegisterLocation location(kind, value);
95 current_entry_.dex_register_map_hash += static_cast<uint32_t>(kind);
    [all...]
  /art/runtime/
transaction.cc 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
329 void Transaction::ObjectLog::LogValue(ObjectLog::FieldValueKind kind,
336 field_value.kind = kind;
365 switch (field_value.kind) {
428 LOG(FATAL) << "Unknown value kind " << static_cast<int>(field_value.kind);
436 if (field_value.kind == ObjectLog::kReference) {
455 LOG(FATAL) << "Unknown interned string kind";
469 LOG(FATAL) << "Unknown interned string kind";
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 198 DiagnosticsEngine::DiagState::getOrAddMapping(diag::kind Diag) {
419 DiagnosticMapping &Mapping = State->getOrAddMapping((diag::kind)DiagID);
518 SmallVectorImpl<diag::kind> &Diags) {
546 SmallVectorImpl<diag::kind> &Diags) const {
559 SmallVectorImpl<diag::kind> &Diags) const {
578 // Don't suggest groups that are not of this kind.
579 llvm::SmallVector<diag::kind, 8> Diags;
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ProducerFactoryGenerator.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
158 binding.bindingKind().equals(ContributionBinding.Kind.FUTURE_PRODUCTION);
182 dependency.kind().equals(DependencyRequest.Kind.PRODUCED)
296 "%s", fields.get(dependency.bindingKey()).name()), dependency.kind()));
340 "%s", fields.get(dependency.bindingKey()).name()), dependency.kind()));
399 switch (dependency.kind()) {
410 switch (dependency.kind()) {
436 Snippet.format("%s", fields.get(dependency.bindingKey()).name()), dependency.kind()));
468 if (binding.bindingKind().equals(ContributionBinding.Kind.FUTURE_PRODUCTION))
    [all...]
SourceFiles.java 10 * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
60 // order by dependency kind
61 .compare(left.kind(), right.kind())
93 BindingKey.create(resolved.kind(), resolved.key().withType(types, unresolvedType));
170 DependencyRequest.Kind dependencyKind) {
  /external/deqp/scripts/khr_util/
registry.py 17 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
204 kind = "item" variable in class:NameIndex
211 warning("Reference to implicit %s: %r", self.kind, key)
356 groups = NameIndex(createMissing=createGroup, kind="group")
358 createMissing=createType, kind="type")
360 createMissing=Enum, kind="enum")
362 createMissing=Command, kind="command")
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 161 | [< (prefix, kind)=parse_operator;
172 if Array.length args != kind
175 if kind == 1 then
  /external/v8/test/mjsunit/harmony/
object-entries.js 307 for (let [kind, [object, expected]] of Object.entries(element_kinds)) {
309 assertEquals(expected, result1, `fast Object.entries() with ${kind}`);
313 assertEquals(result1, result2, `slow Object.entries() with ${kind}`);
object-values.js 284 for (let [kind, [object, expected]] of Object.entries(element_kinds)) {
286 assertEquals(expected, result1, `fast Object.values() with ${kind}`);
290 assertEquals(result1, result2, `slow Object.values() with ${kind}`);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
590 DataKind kind = null; local
592 // Try finding account type and kind matching request
594 kind = type.getKindForMimetype(mimeType);
597 if (kind == null) {
599 kind = mFallbackAccountType.getKindForMimetype(mimeType);
602 if (kind == null) {
608 return kind;
    [all...]
  /external/curl/src/
tool_paramhlp.c 19 * KIND, either express or implied.
392 static CURLcode checkpasswd(const char *kind, /* for what purpose */
424 kind, *userpwd);
429 kind, *userpwd, (curl_off_t) (i + 1));
  /external/jsoncpp/src/jsontestrunner/
main.cpp 131 const std::string& kind,
139 kind.c_str(),
147 printf("Failed to create %s actual file.\n", kind.c_str());
  /external/v8/src/compiler/
linkage.h 145 // Describes the kind of this call, which determines the target.
146 enum Kind {
171 CallDescriptor(Kind kind, MachineType target_type, LinkageLocation target_loc,
178 : kind_(kind),
193 // Returns the kind of this call.
194 Kind kind() const { return kind_; } function in class:v8::internal::compiler::final
277 const Kind kind_;
295 std::ostream& operator<<(std::ostream& os, const CallDescriptor::Kind& k)
    [all...]

Completed in 1760 milliseconds

<<21222324252627282930>>