| /third_party/libwebsockets/lib/core/ |
| H A D | private-lib-core.h | 155 int kind; member 163 int kind; /* so we can account at free */ member
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-objects.cc | 586 auto kind = compiler::WasmImportCallKind::kWasmToCapi; in UpdateDispatchTables() local 1468 compiler::WasmImportCallKind kind = resolved.kind; in ImportWasmJSFunctionIntoTable() local 2104 CK kind = compiler::kDefaultImportCallKind; New() local [all...] |
| H A D | module-decoder.cc | 44 const char* ExternalKindName(ImportExportKindCode kind) { in ExternalKindName() argument 598 uint8_t kind = consume_u8("type kind"); in consume_nominal_type_definition() local 655 uint8_t kind = read_u8<Decoder::kFullValidation>(pc(), "type kind"); consume_subtype_definition() local 717 uint8_t kind = read_u8<Decoder::kFullValidation>(pc(), "type kind"); DecodeTypeSection() local [all...] |
| /third_party/node/deps/v8/src/wasm/baseline/s390/ |
| H A D | liftoff-assembler-s390.h | 206 int LiftoffAssembler::SlotSizeForType(ValueKind kind) { in SlotSizeForType() argument 215 bool LiftoffAssembler::NeedsAlignment(ValueKind kind) { in NeedsAlignment() argument 1223 LoadCallerFrameSlot(LiftoffRegister dst, uint32_t caller_slot_idx, ValueKind kind) LoadCallerFrameSlot() argument 1263 StoreCallerFrameSlot(LiftoffRegister src, uint32_t caller_slot_idx, ValueKind kind) StoreCallerFrameSlot() argument 1303 LoadReturnStackSlot(LiftoffRegister dst, int offset, ValueKind kind) LoadReturnStackSlot() argument 1347 MoveStackValue(uint32_t dst_offset, uint32_t src_offset, ValueKind kind) MoveStackValue() argument 1390 Move(Register dst, Register src, ValueKind kind) Move() argument 1394 Move(DoubleRegister dst, DoubleRegister src, ValueKind kind) Move() argument 1407 Spill(int offset, LiftoffRegister reg, ValueKind kind) Spill() argument 1460 Fill(LiftoffRegister reg, int offset, ValueKind kind) Fill() argument 2126 emit_cond_jump(LiftoffCondition liftoff_cond, Label* label, ValueKind kind, Register lhs, Register rhs) emit_cond_jump() argument 2252 emit_select(LiftoffRegister dst, Register condition, LiftoffRegister true_value, LiftoffRegister false_value, ValueKind kind) emit_select() argument 3067 emit_set_if_nan(Register dst, DoubleRegister src, ValueKind kind) emit_set_if_nan() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| H A D | instruction-selector-arm.cc | 1089 StackCheckKind kind = StackCheckKindOf(node->op()); in VisitStackPointerGreaterThan() local 3201 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToInt32() local 3213 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToUint32() local
|
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| H A D | instruction-selector-mips.cc | 1002 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToInt32() local 1013 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToUint32() local 1624 StackCheckKind kind = StackCheckKindOf(node->op()); in VisitStackPointerGreaterThan() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | heap-refs.cc | 129 ObjectDataKind kind() const { return kind_; } in kind() function in v8::internal::compiler::ObjectData 83 ObjectData(JSHeapBroker* broker, ObjectData** storage, Handle<Object> object, ObjectDataKind kind) ObjectData() argument 217 PropertyCellData(JSHeapBroker* broker, ObjectData** storage, Handle<PropertyCell> object, ObjectDataKind kind) PropertyCellData() argument 277 JSReceiverData(JSHeapBroker* broker, ObjectData** storage, Handle<JSReceiver> object, ObjectDataKind kind) JSReceiverData() argument 284 JSObjectData(JSHeapBroker* broker, ObjectData** storage, Handle<JSObject> object, ObjectDataKind kind) JSObjectData() argument 389 JSTypedArrayData(JSHeapBroker* broker, ObjectData** storage, Handle<JSTypedArray> object, ObjectDataKind kind) JSTypedArrayData() argument 396 JSDataViewData(JSHeapBroker* broker, ObjectData** storage, Handle<JSDataView> object, ObjectDataKind kind) JSDataViewData() argument 403 JSBoundFunctionData(JSHeapBroker* broker, ObjectData** storage, Handle<JSBoundFunction> object, ObjectDataKind kind) JSBoundFunctionData() argument 410 JSFunctionData(JSHeapBroker* broker, ObjectData** storage, Handle<JSFunction> object, ObjectDataKind kind) JSFunctionData() argument 504 BigIntData(JSHeapBroker* broker, ObjectData** storage, Handle<BigInt> object, ObjectDataKind kind) BigIntData() argument 730 HeapObjectData(JSHeapBroker* broker, ObjectData** storage, Handle<HeapObject> object, ObjectDataKind kind) HeapObjectData() argument 814 MapData(JSHeapBroker* broker, ObjectData** storage, Handle<Map> object, ObjectDataKind kind) MapData() argument 848 FixedArrayBaseData(JSHeapBroker* broker, ObjectData** storage, Handle<FixedArrayBase> object, ObjectDataKind kind) FixedArrayBaseData() argument 861 FixedArrayData(JSHeapBroker* broker, ObjectData** storage, Handle<FixedArray> object, ObjectDataKind kind) FixedArrayData() argument 869 ScriptContextTableData(JSHeapBroker* broker, ObjectData** storage, Handle<ScriptContextTable> object, ObjectDataKind kind) ScriptContextTableData() argument 876 JSArrayData(JSHeapBroker* broker, ObjectData** storage, Handle<JSArray> object, ObjectDataKind kind) JSArrayData() argument 883 JSGlobalObjectData(JSHeapBroker* broker, ObjectData** storage, Handle<JSGlobalObject> object, ObjectDataKind kind) JSGlobalObjectData() argument 890 JSGlobalProxyData(JSHeapBroker* broker, ObjectData** storage, Handle<JSGlobalProxy> object, ObjectDataKind kind) JSGlobalProxyData() argument 962 ObjectDataKindFor(RefSerializationKind kind) ObjectDataKindFor() argument [all...] |
| H A D | js-native-context-specialization.cc | 751 WriteBarrierKind kind = kFullWriteBarrier; in ForPropertyCellValue() local 2626 GetArrayTypeFromElementsKind(ElementsKind kind) GetArrayTypeFromElementsKind() argument [all...] |
| H A D | code-assembler.cc | 49 CodeAssemblerState( Isolate* isolate, Zone* zone, const CallInterfaceDescriptor& descriptor, CodeKind kind, const char* name, Builtin builtin) CodeAssemblerState() argument 61 CodeAssemblerState(Isolate* isolate, Zone* zone, int parameter_count, CodeKind kind, const char* name, Builtin builtin) CodeAssemblerState() argument 70 CodeAssemblerState(Isolate* isolate, Zone* zone, CallDescriptor* call_descriptor, CodeKind kind, const char* name, Builtin builtin) CodeAssemblerState() argument
|
| H A D | raw-machine-assembler.h | 789 Node* TruncateFloat32ToInt32(Node* a, TruncateKind kind) { in TruncateFloat32ToInt32() argument 792 Node* TruncateFloat32ToUint32(Node* a, TruncateKind kind) { in TruncateFloat32ToUint32() argument
|
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| H A D | instruction-selector-s390.cc | 847 StackCheckKind kind = StackCheckKindOf(node->op()); in VisitStackPointerGreaterThan() local 2899 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToInt32() local 2911 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToUint32() local
|
| /third_party/node/deps/v8/src/ast/ |
| H A D | scopes.cc | 806 VariableKind kind = is_sloppy(language_mode()) ? SLOPPY_FUNCTION_NAME_VARIABLE in DeclareFunctionVar() local 49 Declare(Zone* zone, Scope* scope, const AstRawString* name, VariableMode mode, VariableKind kind, InitializationFlag initialization_flag, MaybeAssignedFlag maybe_assigned_flag, IsStaticFlag is_static_flag, bool* was_added) Declare() argument 1052 DeclareLocal(const AstRawString* name, VariableMode mode, VariableKind kind, bool* was_added, InitializationFlag init_flag) DeclareLocal() argument 1085 DeclareVariable( Declaration* declaration, const AstRawString* name, int pos, VariableMode mode, VariableKind kind, InitializationFlag init, bool* was_added, bool* sloppy_mode_block_scope_function_redefinition, bool* ok) DeclareVariable() argument 1171 DeclareVariableName(const AstRawString* name, VariableMode mode, bool* was_added, VariableKind kind) DeclareVariableName() argument 1225 DeclareDynamicGlobal(const AstRawString* name, VariableKind kind, Scope* cache) DeclareDynamicGlobal() argument [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug.cc | 873 SetBreakpointForFunction(Handle<SharedFunctionInfo> shared, Handle<String> condition, int* id, BreakPointKind kind) SetBreakpointForFunction() argument
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| H A D | macro-assembler-ia32.cc | 1211 void MacroAssembler::CompareStackLimit(Register with, StackLimitKind kind) { in CallRecordWriteStub() argument 2030 CallForDeoptimization(Builtin target, int, Label* exit, DeoptimizeKind kind, Label* ret, Label*) CallRecordWriteStub() argument
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | compiler.cc | 935 const CodeKind kind = compilation_info->code_kind(); in Insert() local 247 LogFunctionCompilation(Isolate* isolate, CodeEventListener::LogEventsAndTags tag, Handle<Script> script, Handle<SharedFunctionInfo> shared, Handle<FeedbackVector> vector, Handle<AbstractCode> abstract_code, CodeKind kind, double time_taken_ms) LogFunctionCompilation() argument [all...] |
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | objects-printer.cc | 468 void PrintSloppyArgumentElements(std::ostream& os, ElementsKind kind, in PrintSloppyArgumentElements() argument 1166 FeedbackSlotKind kind = GetKind(FeedbackSlot(slot)); in FeedbackVectorSpecPrint() local 1169 os << "\n Slot #" << slot << " " << kind; in FeedbackVectorSpecPrint() local 1183 FeedbackSlotKind kind = iter.kind(); in FeedbackMetadataPrint() local 1184 os << "\n Slot " << slot << " " << kind; in FeedbackMetadataPrint() local 1217 FeedbackSlotKind kind = iter.kind(); FeedbackVectorPrint() local 1219 os << "\\n - slot " << slot << " " << kind << " "; FeedbackVectorPrint() local 2163 ElementsKind kind = GetElementsKind(); AllocationSitePrint() local [all...] |
| /third_party/node/deps/v8/src/ic/ |
| H A D | ic.cc | 193 IC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, FeedbackSlotKind kind) IC() argument 2692 FeedbackSlotKind kind = vector->GetKind(vector_slot); RUNTIME_FUNCTION() local 2720 FeedbackSlotKind kind = static_cast<FeedbackSlotKind>(slot_kind); RUNTIME_FUNCTION() local 2764 FeedbackSlotKind kind = (typeof_mode == TypeofMode::kInside) RUNTIME_FUNCTION() local 2783 FeedbackSlotKind kind = vector->GetKind(vector_slot); RUNTIME_FUNCTION() local 2844 FeedbackSlotKind kind = FeedbackSlotKind::kSetNamedStrict; RUNTIME_FUNCTION() local 2872 FeedbackSlotKind kind = FeedbackSlotKind::kDefineNamedOwn; RUNTIME_FUNCTION() local 2921 FeedbackSlotKind kind = vector->GetKind(vector_slot); RUNTIME_FUNCTION() local 3011 FeedbackSlotKind kind = FeedbackSlotKind::kSetKeyedStrict; RUNTIME_FUNCTION() local 3049 FeedbackSlotKind kind = FeedbackSlotKind::kDefineKeyedOwn; RUNTIME_FUNCTION() local 3133 FeedbackSlotKind kind = vector->GetKind(vector_slot); RUNTIME_FUNCTION() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | elements.cc | 182 WriteBarrierMode GetWriteBarrierMode(FixedArrayBase elements, ElementsKind kind, in GetWriteBarrierMode() argument 575 static ElementsKind kind() { return ElementsTraits::Kind; } in kind() function in v8::internal::__anon14785::ElementsAccessorBase 731 ElementsKind kind = array->GetElementsKind(); in SetLengthImpl() local 1901 ElementsKind kind = Subclass::kind(); NormalizeImpl() local 2066 ElementsKind kind = KindTraits::Kind; DeleteImpl() local 2398 ElementsKind kind = KindTraits::Kind; RemoveElement() local 3759 ElementsKind kind = source.GetElementsKind(); TryCopyElementsFastNumber() local [all...] |
| /third_party/node/deps/v8/src/logging/ |
| H A D | log.cc | 96 CodeKind kind = code.kind(); in ComputeMarker() local 1181 AppendCodeCreateHeader(Log::MessageBuilder& msg, CodeEventListener::LogEventsAndTags tag, CodeKind kind, uint8_t* address, int size, uint64_t time) AppendCodeCreateHeader() argument 1488 ProcessDeoptEvent(Handle<Code> code, SourcePosition position, const char* kind, const char* reason) ProcessDeoptEvent() argument 1510 CodeDeoptEvent(Handle<Code> code, DeoptimizeKind kind, Address pc, int fp_to_sp_delta) CodeDeoptEvent() argument [all...] |
| /third_party/node/deps/v8/src/wasm/baseline/ |
| H A D | liftoff-compiler.cc | 405 ValueKind kind; member 633 ValueKind kind = decoder->local_type(i).kind(); StartFunction() local 777 ValueKind kind = __ local_kind(param_idx); SpillLocalsInitially() local 876 ValueKind kind = __ local_kind(param_idx); StartFunctionBody() local 889 ValueKind kind = __ local_kind(local_index); StartFunctionBody() local 892 LiftoffRegister(null_ref_reg), kind); StartFunctionBody() local 899 ValueKind kind = __ local_kind(param_idx); StartFunctionBody() local [all...] |
| /third_party/protobuf/conformance/third_party/jsoncpp/ |
| H A D | jsoncpp.cpp | 3877 addPathInArg(const std::string& , const InArgs& in, InArgs::const_iterator& itInArg, PathArgument::Kind kind) addPathInArg() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelinePushConstantTests.cpp | 791 const deUint32 kind = 2u; in updatePushConstants() local
|
| /third_party/python/Modules/ |
| H A D | _elementtree.c | 1124 unsigned int kind = PyUnicode_KIND(tag); in checkpath() local
|
| /third_party/python/Include/internal/ |
| H A D | pycore_ast.h | 154 enum _mod_kind kind; member 186 enum _stmt_kind kind; member 348 enum _expr_kind kind; member 448 string kind; member 505 enum _excepthandler_kind kind; member 574 enum _pattern_kind kind; member 623 enum _type_ignore_kind kind; member
|
| /third_party/python/Python/ |
| H A D | specialize.c | 675 DescriptorClassification kind in _Py_Specialize_LoadAttr() local 606 specialize_dict_access( PyObject *owner, _Py_CODEUNIT *instr, PyTypeObject *type, DescriptorClassification kind, PyObject *name, int base_op, int values_op, int hint_op) specialize_dict_access() argument 768 DescriptorClassification kind = analyze_descriptor(type, name, &descr, 1); _Py_Specialize_StoreAttr() local 846 load_method_fail_kind(DescriptorClassification kind) load_method_fail_kind() argument 890 DescriptorClassification kind = 0; specialize_class_load_method() local 951 DescriptorClassification kind = 0; _Py_Specialize_LoadMethod() local 1225 int kind = function_kind(fcode); _Py_Specialize_BinarySubscr() local 1345 int kind = function_kind(code); _Py_Specialize_StoreSubscr() local 1487 int kind = function_kind(code); specialize_py_call() local [all...] |