Searched defs:kind (Results 176 - 200 of 230) sorted by relevance

12345678910

/external/elfutils/src/
H A Dldgeneric.c1009 search.kind = scn_normal;
1078 queued->kind = scn_normal;
2381 what kind of symbol we expect. Only when looking at the
2415 new_generated_scn (enum scn_kind kind, const char *name, int type, int flags, argument
2422 newp->kind = kind;
2844 if ((*scnhead)->kind != scn_normal)
2912 newp->kind = scn_normal;
3193 that not all input files have to have to same kind of
3284 if (head->kind
[all...]
/external/v8/src/arm/
H A Dlithium-arm.h666 EqualityKind kind() const { return hydrogen()->kind(); } function in class:v8::internal::LIsNilAndBranch
991 DECLARE_CONCRETE_INSTRUCTION(ElementsKind, "elements-kind")
1798 "transition-elements-kind")
H A Dlithium-codegen-arm.cc581 if (code->kind() == Code::BINARY_OP_IC ||
582 code->kind() == Code::COMPARE_IC) {
753 Safepoint::Kind kind,
756 ASSERT(expected_safepoint_kind_ == kind);
760 kind, arguments, deopt_mode);
765 } else if (pointer->IsRegister() && (kind & Safepoint::kWithRegisters)) {
769 if (kind & Safepoint::kWithRegisters) {
1835 if (instr->kind() == kStrictEquality) {
751 RecordSafepoint( LPointerMap* pointers, Safepoint::Kind kind, int arguments, Safepoint::DeoptMode deopt_mode) argument
/external/v8/src/
H A Ddebug.cc89 static Handle<Code> ComputeCallDebugPrepareStepIn(int argc, Code::Kind kind) { argument
91 return isolate->stub_cache()->ComputeCallDebugPrepareStepIn(argc, kind);
157 // to be of a different kind than in the original code.
169 if (code->kind() == Code::STUB) {
402 target_code->arguments_count(), target_code->kind());
419 (maybe_call_function_stub->kind() == Code::STUB &&
1374 if (maybe_call_function_stub->kind() == Code::STUB &&
1565 switch (code->kind()) {
1569 code->arguments_count(), code->kind());
1594 if (code->kind()
[all...]
H A Dhydrogen-instructions.h314 Kind kind() const { return static_cast<Kind>(kind_); } function in class:v8::internal::Representation
328 // Make sure kind fits in int8.
2812 HIsNilAndBranch(HValue* value, EqualityKind kind, NilValue nil) argument
2813 : HUnaryControlInstruction(value, NULL, NULL), kind_(kind), nil_(nil) { }
2815 EqualityKind kind() const { return kind_; } function in class:v8::HIsNilAndBranch
H A Dast.h1321 Kind kind() { return kind_; } function in class:v8::internal::ObjectLiteral::Property
H A Dheap.cc2343 byte kind) {
2348 return Oddball::cast(result)->Initialize(to_string, to_number, kind);
2341 CreateOddball(const char* to_string, Object* to_number, byte kind) argument
H A Dobjects-inl.h631 ((Oddball::cast(this)->kind() & Oddball::kNotBooleanMask) == 0);
776 return IsOddball() && Oddball::cast(this)->kind() == Oddball::kUndefined;
781 return IsOddball() && Oddball::cast(this)->kind() == Oddball::kNull;
786 return IsOddball() && Oddball::cast(this)->kind() == Oddball::kTheHole;
791 return IsOddball() && Oddball::cast(this)->kind() == Oddball::kTrue;
796 return IsOddball() && Oddball::cast(this)->kind() == Oddball::kFalse;
801 return IsOddball() && Oddball::cast(this)->kind() == Oddball::kArgumentMarker;
1412 byte Oddball::kind() { function in class:v8::internal::Oddball
1436 // Check for the most common kind of JavaScript object before
2939 Code::Kind Code::kind() { function in class:Code
3235 ComputeFlags(Kind kind, InlineCacheState ic_state, ExtraICState extra_ic_state, PropertyType type, int argc, InlineCacheHolderFlag holder) argument
3258 ComputeMonomorphicFlags(Kind kind, PropertyType type, ExtraICState extra_ic_state, InlineCacheHolderFlag holder, int argc) argument
4278 ElementsKind kind = map()->elements_kind(); local
[all...]
H A Dparser.cc1802 Variable::Kind kind = Variable::NORMAL; local
1807 kind,
1814 Variable::Kind kind = Variable::NORMAL; local
1819 kind,
3852 property->kind() != ObjectLiteral::Property::PROTOTYPE;
3941 switch (property->kind()) {
/external/v8/src/mips/
H A Dlithium-mips.h665 EqualityKind kind() const { return hydrogen()->kind(); } function in class:v8::internal::LIsNilAndBranch
990 DECLARE_CONCRETE_INSTRUCTION(ElementsKind, "elements-kind")
1778 "transition-elements-kind")
H A Dlithium-codegen-mips.cc716 Safepoint::Kind kind,
719 ASSERT(expected_safepoint_kind_ == kind);
723 kind, arguments, deopt_mode);
728 } else if (pointer->IsRegister() && (kind & Safepoint::kWithRegisters)) {
732 if (kind & Safepoint::kWithRegisters) {
1696 if (instr->kind() == kStrictEquality) {
714 RecordSafepoint( LPointerMap* pointers, Safepoint::Kind kind, int arguments, Safepoint::DeoptMode deopt_mode) argument
/external/v8/src/x64/
H A Dlithium-x64.h649 EqualityKind kind() const { return hydrogen()->kind(); } function in class:v8::internal::LIsNilAndBranch
990 DECLARE_CONCRETE_INSTRUCTION(ElementsKind, "elements-kind")
1767 "transition-elements-kind")
H A Dmacro-assembler-x64.cc2464 void MacroAssembler::PushTryHandler(StackHandler::Kind kind, argument
2476 if (kind == StackHandler::JS_ENTRY) {
2490 StackHandler::KindField::encode(kind);
2551 // (kind == ENTRY) == (rbp == 0) == (rsi == 0), so we could test either
H A Dlithium-codegen-x64.cc465 if (code->kind() == Code::BINARY_OP_IC ||
466 code->kind() == Code::COMPARE_IC) {
635 Safepoint::Kind kind,
638 ASSERT(kind == expected_safepoint_kind_);
643 kind, arguments, deopt_mode);
648 } else if (pointer->IsRegister() && (kind & Safepoint::kWithRegisters)) {
652 if (kind & Safepoint::kWithRegisters) {
1620 if (instr->kind() == kStrictEquality) {
633 RecordSafepoint( LPointerMap* pointers, Safepoint::Kind kind, int arguments, Safepoint::DeoptMode deopt_mode) argument
/external/valgrind/main/VEX/priv/
H A Dhost_s390_defs.c4195 s390_insn_branch(IRJumpKind kind, s390_cc_t cond, s390_opnd_RMI dst) argument
4201 insn->variant.branch.kind = kind;
4674 switch (insn->variant.branch.kind) {
6424 switch (insn->variant.branch.kind) {
6441 vpanic("s390_insn_branch_emit: unknown jump kind");
/external/valgrind/main/helgrind/
H A Dhg_main.c182 static Lock* mk_LockN ( LockKind kind, Addr guestaddr ) { argument
198 lock->kind = kind;
256 switch (lk->kind) {
291 tl_assert(lk->kind == LK_rdwr);
468 space(d+3); VG_(printf)("kind %s\n", show_LockKind(lk->kind));
673 address. If not, create one of the stated 'kind' in unheld state.
1039 kind 'lkk'. */
1084 if (lk->kind !
[all...]
/external/valgrind/main/memcheck/
H A Dmc_translate.c142 When .kind is Orig, .shadowV and .shadowB may give the identities
147 When .kind is VSh or BSh then the tmp is holds a V- or B- value,
157 TempKind kind; member in struct:__anon14094
173 current kind and possibly shadow temps for each temp in the
227 /* Create a new IRTemp of type 'ty' and kind 'kind', and add it to
231 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind )
236 ent.kind = kind;
253 tl_assert(ent->kind
[all...]
H A Dmc_main.c1722 'kind' field. The ECU field is a number given out by m_execontext
1725 additional information 'kind' field to indicate roughly where the
6117 static Bool mc_mark_unaddressable_for_watchpoint (PointKind kind, Bool insert, argument
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp2543 assert(Kind == RK_Declaration && "Missed a result kind?");
3611 llvm_unreachable("Unknown type specifier kind in CodeCompleteTag");
3735 enum CodeCompletionContext::Kind kind = CodeCompletionContext::CCC_Other; local
3738 kind = CodeCompletionContext::CCC_OtherWithMacros;
3742 kind,
4681 /// \brief Describes the kind of Objective-C method that we want to find
4684 MK_Any, ///< Any kind of method, provided it means other specified criteria.
5239 // Assume that "super" names some kind of value and parse that way.
/external/clang/include/clang/AST/
H A DExpr.h345 /// give its value kind.
355 /// getValueKind - The value kind that this expression produces.
360 /// getObjectKind - The object kind that this expression produces.
372 /// setValueKind - Set the value kind produced by this expression.
375 /// setObjectKind - Set the object kind produced by this expression.
538 /// \brief Enumeration used to describe the kind of Null pointer constant
578 /// kind of NULL pointer constant that was detected.
1219 CharacterLiteral(unsigned value, CharacterKind kind, QualType type, argument
1224 CharacterLiteralBits.Kind = kind;
1240 void setKind(CharacterKind kind) { CharacterLiteralBit argument
2538 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, Expr *op, unsigned BasePathSize) argument
2626 ImplicitCastExpr(QualType ty, CastKind kind, Expr *op, unsigned BasePathLength, ExprValueKind VK) argument
2637 ImplicitCastExpr(OnStack_t _, QualType ty, CastKind kind, Expr *op, ExprValueKind VK) argument
2694 ExplicitCastExpr(StmtClass SC, QualType exprTy, ExprValueKind VK, CastKind kind, Expr *op, unsigned PathSize, TypeSourceInfo *writtenTy) argument
2727 CStyleCastExpr(QualType exprTy, ExprValueKind vk, CastKind kind, Expr *op, unsigned PathSize, TypeSourceInfo *writtenTy, SourceLocation l, SourceLocation r) argument
[all...]
/external/clang/include/clang-c/
H A DIndex.h592 * \brief Describes the kind of error that occurred (if any) in a call to
1161 * \brief Describes the kind of error that occurred (if any) in a call to
1327 const char *clang_getTUResourceUsageName(enum CXTUResourceUsageKind kind);
1331 enum CXTUResourceUsageKind kind; member in struct:CXTUResourceUsageEntry
1333 The units will depend on the resource kind. */
1366 * \brief Describes the kind of entity that a cursor refers to.
1371 * \brief A declaration whose specific kind is not exposed via this
1374 * Unexposed declarations have the same operations as any other kind
1376 * spelling, find their definitions, etc. However, the specific kind
1502 * This cursor kind i
2034 enum CXCursorKind kind; member in struct:__anon3412
2600 enum CXTypeKind kind; member in struct:__anon3414
5003 CXIdxAttrKind kind; member in struct:__anon3426
5009 CXIdxEntityKind kind; member in struct:__anon3427
5061 CXIdxObjCContainerKind kind; member in struct:__anon3432
5126 CXIdxEntityRefKind kind; member in struct:__anon3441
[all...]
/external/clang/lib/Serialization/
H A DASTReader.cpp3995 AttributedType::Kind kind = static_cast<AttributedType::Kind>(Record[2]); local
3996 return Context.getAttributedType(kind, modifiedType, equivalentType);
5920 llvm_unreachable("Unhandled template name kind!");
5959 llvm_unreachable("Unhandled template argument kind!");
/external/clang/tools/libclang/
H A DCIndex.cpp154 if (clang_isInvalid(Cursor.kind))
157 if (clang_isDeclaration(Cursor.kind)) {
445 if (clang_isReference(Cursor.kind) &&
446 Cursor.kind != CXCursor_CXXBaseSpecifier) {
455 if (clang_isDeclaration(Cursor.kind)) {
463 if (clang_isStatement(Cursor.kind)) {
470 if (clang_isExpression(Cursor.kind)) {
477 if (clang_isTranslationUnit(Cursor.kind)) {
506 if (Cursor.kind == CXCursor_CXXBaseSpecifier) {
514 if (Cursor.kind
5877 clang_getTUResourceUsageName(CXTUResourceUsageKind kind) argument
[all...]
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc463 if (code->kind() == Code::BINARY_OP_IC ||
464 code->kind() == Code::COMPARE_IC) {
676 Safepoint::Kind kind,
679 ASSERT(kind == expected_safepoint_kind_);
682 safepoints_.DefineSafepoint(masm(), kind, arguments, deopt_mode);
687 } else if (pointer->IsRegister() && (kind & Safepoint::kWithRegisters)) {
1649 if (instr->kind() == kStrictEquality) {
674 RecordSafepoint( LPointerMap* pointers, Safepoint::Kind kind, int arguments, Safepoint::DeoptMode deopt_mode) argument
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_d3basics.h628 enum { GXR_Failure, GXR_Addr, GXR_Value, GXR_RegNo } kind; member in struct:__anon13528

Completed in 5461 milliseconds

12345678910