Home
last modified time | relevance | path

Searched defs:kind (Results 301 - 325 of 608) sorted by relevance

1...<<11121314151617181920>>...25

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins.cc38 Builtins::Kind kind; member
223 Builtins::Kind kind = Builtins::KindOf(builtin); in CallInterfaceDescriptorFor() local
275 const char* kind = KindNameOf(builtin); in PrintBuiltinSize() local
453 Kind kind in KindNameOf() local
[all...]
H A Dbuiltins-typed-array-gen.cc187 IsUint8ElementsKind( TNode<Int32T> kind) IsUint8ElementsKind() argument
197 IsBigInt64ElementsKind( TNode<Int32T> kind) IsBigInt64ElementsKind() argument
[all...]
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.h98 VarKind kind = VarKind::kUnused; member
124 BlockKind kind; member
/third_party/node/deps/v8/src/api/
H A Dapi-natives.cc245 PropertyKind kind = details.kind(); in ConfigureInstance() local
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.h96 TranslatedValue(TranslatedState* container, Kind kind) in TranslatedValue() argument
98 Kind kind() const { return kind_; } in kind() function in v8::internal::TranslatedValue
193 Kind kind() const { return kind_; } kind() function in v8::internal::TranslatedFrame
301 TranslatedFrame(Kind kind, SharedFunctionInfo shared_info = SharedFunctionInfo(), int height = 0, int return_value_offset = 0, int return_value_count = 0) TranslatedFrame() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-objects-inl.h623 ElementsKind kind = map(cage_base).elements_kind(); in DEF_GETTER() local
[all...]
H A Dliteral-objects.cc453 PropertyKind kind = in AddConstant() local
H A Dtransitions.cc224 Map TransitionsAccessor::SearchTransition(Name name, PropertyKind kind, in SearchTransition() argument
322 IsMatchingMap(Map target, Name name, PropertyKind kind, PropertyAttributes attributes) IsMatchingMap() argument
640 SearchDetails(int transition, PropertyKind kind, PropertyAttributes attributes, int* out_insertion_index) SearchDetails() argument
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc165 const char* kind = nullptr; in AddIteratorInternalProperties() local
/third_party/node/deps/v8/src/torque/
H A Dutils.h37 Kind kind; member
78 static MessageBuilder Message(TorqueMessage::Kind kind, Args&&... args) { in Message() argument
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-register.h48 static inline constexpr bool needs_gp_reg_pair(ValueKind kind) { in needs_gp_reg_pair() argument
52 static inline constexpr bool needs_fp_reg_pair(ValueKind kind) { in needs_fp_reg_pair() argument
56 static inline constexpr RegClass reg_class_for(ValueKind kind) { in reg_class_for() argument
187 static LiftoffRegister from_external_code(RegClass rc, ValueKind kind, in from_external_code() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_shader.cpp132 value* shader::get_value(value_kind kind, sel_chan id, in get_value() argument
H A Dsb_shader.h126 ra_constraint(constraint_kind kind) : kind(kind), cost(0) {} in ra_constraint() argument
128 constraint_kind kind; member in r600_sb::ra_constraint
/third_party/python/Include/cpython/
H A Dunicodeobject.h186 unsigned int kind:3; global() member
371 PyUnicode_WRITE(int kind, void *data, Py_ssize_t index, Py_UCS4 value) PyUnicode_WRITE() argument
396 PyUnicode_READ(int kind, const void *data, Py_ssize_t index) PyUnicode_READ() argument
421 int kind; PyUnicode_READ_CHAR() local
443 int kind; PyUnicode_MAX_CHAR_VALUE() local
721 enum PyUnicode_Kind kind; global() member
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline.cc793 Pipeline::ShaderInfo::DescriptorMapEntry::Kind kind = in GenerateOpenCLPodBuffers() local
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DPipelineStateBuilder.cpp80 GrCompileHLSLShader(GrD3DGpu* gpu, const SkSL::String& hlsl, SkSL::ProgramKind kind) GrCompileHLSLShader() argument
136 compileD3DProgram( SkSL::ProgramKind kind, const SkSL::String& sksl, const SkSL::Program::Settings& settings, SkSL::Program::Inputs* outInputs, SkSL::String* outHLSL) compileD3DProgram() argument
[all...]
/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramBuilder.cpp425 createShaderModule(const GrGLSLShaderBuilder& builder, SkSL::ProgramKind kind, bool flipY, SkSL::Program::Inputs* inputs) createShaderModule() argument
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.cpp377 const std::string kind = operand["kind"].asString(); in jsonToSpirv() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A DjsonToSpirv.cpp377 const std::string kind = operand["kind"].asString(); in jsonToSpirv() local
[all...]
/third_party/skia/src/sksl/
H A DSkSLRehydrator.cpp140 int kind = this->readU8(); in symbol() local
272 int kind = this->readU8(); in element() local
310 int kind in statement() local
411 int kind = this->readU8(); expression() local
[all...]
H A DSkSLRehydrator.h198 T* symbolRef(Symbol::Kind kind) { in symbolRef() argument
/third_party/skia/src/sksl/ir/
H A DSkSLType.h525 Type(skstd::string_view name, const char* abbrev, TypeKind kind, int line = -1) in Type() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DJSON.h374 Kind kind() const { in kind() function in llvm::json::Value
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h346 OffsetKind kind() const { return kind_; } in kind() function in dart::Address
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph_test.cc186 std::ostream& operator<<(std::ostream& out, SymbolDeclKind kind) { in operator <<() argument
214 std::ostream& operator<<(std::ostream& out, SymbolUseKind kind) { in operator <<() argument
283 std::string DiagString(SymbolUseKind kind) { in DiagString() argument
326 int ScopeDepth(SymbolDeclKind kind) { in ScopeDepth() argument
348 ScopeDepth(SymbolUseKind kind) ScopeDepth() argument
430 Add(SymbolDeclKind kind, Symbol symbol, Source source) Add() argument
474 Add(SymbolUseKind kind, Symbol symbol, Source source) Add() argument
[all...]

Completed in 36 milliseconds

1...<<11121314151617181920>>...25