/third_party/node/deps/v8/src/objects/ |
H A D | instance-type.h | 101 static inline bool IsShortcutCandidate(int type) { in IsShortcutCandidate() argument [all...] |
H A D | js-break-iterator.cc | 160 TypeAsString(Isolate* isolate, Type type) TypeAsString() argument 180 Type type = GetType(break_iterator->break_iterator().raw()); ResolvedOptions() local [all...] |
H A D | js-plural-rules.cc | 97 Type type = maybe_type.FromJust(); in New() local 28 CreateICUPluralRules(Isolate* isolate, const icu::Locale& icu_locale, JSPluralRules::Type type, std::unique_ptr<icu::PluralRules>* pl) CreateICUPluralRules() argument [all...] |
H A D | objects-body-descriptors-inl.h | 805 wasm::StructType* type = WasmStruct::GcSafeType(map); in IterateBody() local 1055 auto BodyDescriptorApply(InstanceType type, Args&&... args) { in BodyDescriptorApply() argument [all...] |
H A D | string.h | 70 inline uint32_t type() const { return type_; } in type() function in v8::internal::StringShape
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parse-info.cc | 97 ForToplevelCompile( Isolate* isolate, bool is_user_javascript, LanguageMode language_mode, REPLMode repl_mode, ScriptType type, bool lazy) ForToplevelCompile() argument 144 SetFlagsForToplevelCompile( bool is_collecting_type_profile, bool is_user_javascript, LanguageMode language_mode, REPLMode repl_mode, ScriptType type, bool lazy) SetFlagsForToplevelCompile() argument
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-internal.cc | 172 Handle<String> type = in RUNTIME_FUNCTION() local 325 Handle<String> type = Object::TypeOf(isolate, object); in RUNTIME_FUNCTION() local
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | references.h | 35 SerializerReference(SpecialValueType type, uint32_t value) in SerializerReference() argument
|
/third_party/node/deps/v8/src/strings/ |
H A D | string-stream.h | 122 explicit FmtElm(Type type) : type_(type) {} in FmtElm() argument
|
/third_party/node/deps/v8/src/torque/ |
H A D | cc-generator.cc | 107 const Type* type = *it; in ProcessArgumentsCommon() local [all...] |
H A D | cfg.cc | 114 Peek(StackRange range, base::Optional<const Type*> type) Peek() argument 129 Poke(StackRange destination, StackRange origin, base::Optional<const Type*> type) Poke() argument
|
H A D | declaration-visitor.cc | 277 const Type* type = TypeVisitor::ComputeType(decl->type); Visit() local 281 << *type << "\\"\\n"; Visit() local [all...] |
H A D | instructions.cc | 39 const Type* type = stack->Peek(slot); in TypeInstruction() local 58 const Type* type in TypeInstruction() local [all...] |
H A D | instance-type-generator.cc | 24 const ClassType* type; member 42 const Type* type = alias->type(); in BuildInstanceTypeTree() local [all...] |
/third_party/node/deps/v8/src/torque/ls/ |
H A D | message-handler.cc | 332 const Type* type = TypeAlias::cast(symbol)->type(); in HandleDocumentSymbolRequest() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_texture.c | 330 fd6_texture_state(struct fd_context *ctx, enum pipe_shader_type type, in fd6_texture_state() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_cmdline.c | 62 const char *type = ir3_shader_stage(so); in dump_info() local
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_emit.c | 76 i915_emit_decl(struct i915_fp_compile *p, uint32_t type, uint32_t nr, in i915_emit_decl() argument
|
H A D | i915_prim_vbuf.c | 388 draw_arrays_calc_nr_indices(uint32_t nr, unsigned type) in draw_arrays_calc_nr_indices() argument 546 draw_calc_nr_indices(uint32_t nr_indices, unsigned type) in draw_calc_nr_indices() argument 345 draw_arrays_generate_indices(struct vbuf_render *render, unsigned start, uint32_t nr, unsigned type) draw_arrays_generate_indices() argument 501 draw_generate_indices(struct vbuf_render *render, const ushort *indices, uint32_t nr_indices, unsigned type) draw_generate_indices() argument
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_fence.c | 521 iris_fence_create_fd(struct pipe_context *ctx, struct pipe_fence_handle **out, int fd, enum pipe_fd_type type) iris_fence_create_fd() argument
|
H A D | iris_measure.c | 141 measure_start_snapshot(struct iris_context *ice, struct iris_batch *batch, enum intel_measure_snapshot_type type, const char *event_name, uint32_t count) measure_start_snapshot() argument 226 state_changed(const struct iris_context *ice, const struct iris_batch *batch, enum intel_measure_snapshot_type type) state_changed() argument 272 _iris_measure_snapshot(struct iris_context *ice, struct iris_batch *batch, enum intel_measure_snapshot_type type, const struct pipe_draw_info *draw, const struct pipe_draw_indirect_info *indirect, const struct pipe_draw_start_count_bias *sc) _iris_measure_snapshot() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | nir.c | 419 static int gpir_glsl_type_size(enum glsl_base_type type) in gpir_glsl_type_size() argument
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | node.c | 361 ppir_node_type type = ppir_op_infos[op].type; ppir_node_create() local 392 ppir_node_add_dep(ppir_node *succ, ppir_node *pred, ppir_dep_type type) ppir_node_add_dep() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_program.c | 107 type_size(const struct glsl_type *type, bool bindless) in type_size() argument
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_intr.c | 60 lp_format_intrinsic(char *name, size_t size, const char *name_root, LLVMTypeRef type) lp_format_intrinsic() argument
|