/third_party/node/deps/v8/src/interpreter/ |
H A D | control-flow-builders.cc | 116 void SwitchBuilder::JumpToCaseIfTrue(BytecodeArrayBuilder::ToBooleanMode mode, in JumpToCaseIfTrue() argument 30 EmitJumpIfTrue( BytecodeArrayBuilder::ToBooleanMode mode, BytecodeLabels* sites) EmitJumpIfTrue() argument 35 EmitJumpIfFalse( BytecodeArrayBuilder::ToBooleanMode mode, BytecodeLabels* sites) EmitJumpIfFalse() argument
|
/third_party/node/deps/v8/src/logging/ |
H A D | counters-scopes.h | 81 OptionalTimedHistogramScope(TimedHistogram* histogram, Isolate* isolate, OptionalTimedHistogramScopeMode mode) OptionalTimedHistogramScope() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | allocation-site-inl.h | 51 set_boilerplate(JSObject value, ReleaseStoreTag tag, WriteBarrierMode mode) set_boilerplate() argument
|
H A D | contexts-inl.h | 81 void Context::set(int index, Object value, WriteBarrierMode mode) { in set() argument 101 void Context::set(int index, Object value, WriteBarrierMode mode, in set() argument 110 void NativeContext::set(int index, Object value, WriteBarrierMode mode, in set() argument 124 void Context::set_previous(Context context, WriteBarrierMode mode) { in set_previous() argument
|
H A D | hash-table-inl.h | 74 set_key(int index, Object value, WriteBarrierMode mode) set_key() argument 248 set_key(int index, Object value, WriteBarrierMode mode) set_key() argument
|
H A D | keys.h | 51 KeyAccumulator(Isolate* isolate, KeyCollectionMode mode, in KeyAccumulator() argument 87 KeyCollectionMode mode() { return mode_; } in mode() function in v8::internal::GetKeysConversion::KeyCollectionMode::final 181 FastKeyAccumulator(Isolate* isolate, Handle<JSReceiver> receiver, KeyCollectionMode mode, PropertyFilter filter, bool is_for_in = false, bool skip_indices = false) FastKeyAccumulator() argument
|
H A D | swiss-name-dictionary.cc | 132 WriteBarrierMode mode = new_table->GetWriteBarrierMode(no_gc); in ShallowCopy() local
|
H A D | dictionary-inl.h | 162 WriteBarrierMode mode = this->GetWriteBarrierMode(no_gc); in SetEntry() local
|
H A D | js-function-inl.h | 76 void JSFunction::set_code(Code code, ReleaseStoreTag, WriteBarrierMode mode) { in set_code() argument 77 set_code(ToCodeT(code), kReleaseStore, mode); in set_code() local 99 void JSFunction::set_shared(SharedFunctionInfo value, WriteBarrierMode mode) { in set_shared() argument
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-strings.cc | 283 WriteBarrierMode mode = elements.GetWriteBarrierMode(no_gc); in CopyCachedOneByteCharsToArray() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_cmdline.c | 81 sort_varyings(nir_shader *nir, nir_variable_mode mode) in sort_varyings() argument 93 fixup_varying_slots(nir_shader *nir, nir_variable_mode mode) in fixup_varying_slots() argument
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi_info.c | 333 const nir_variable_mode mode = var->data.mode; in scan_instruction() local
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_translate.h | 326 translate_draw_mode(unsigned mode) in translate_draw_mode() argument
|
/third_party/mesa3d/src/util/indices/ |
H A D | u_primconvert.c | 141 enum pipe_prim_type mode = new_info->mode = u_index_prim_type_convert(pc->cfg.primtypes_mask, info->mode, true); in primconvert_init_draw() local 205 enum pipe_prim_type mode = 0; primconvert_init_draw() local [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_target_nv50.cpp | 306 unsigned mode = 0; in insnCanLoad() local
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_prim_restart.c | 186 add_range(enum pipe_prim_type mode, struct range_info *info, unsigned start, unsigned count, unsigned index_bias) in add_range() argument
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_draw.c | 48 prim_is_points_or_lines(enum pipe_prim_type mode) in prim_is_points_or_lines() argument 121 enum pipe_prim_type mode = info->mode; in crocus_update_draw_info() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_gmem.c | 333 emit_gmem2mem_surf(struct fd_batch *batch, enum adreno_rb_copy_control_mode mode, bool stencil, uint32_t base, struct pipe_surface *psurf) emit_gmem2mem_surf() argument
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_diskstat.c | 72 int mode; /* DISKSTAT_RD, DISKSTAT_WR */ member 89 find_dsi_by_name(const char *n, int mode) in find_dsi_by_name() argument 175 hud_diskstat_graph_install(struct hud_pane *pane, const char *dev_name, unsigned int mode) hud_diskstat_graph_install() argument [all...] |
H A D | hud_nic.c | 56 int mode; member 74 find_nic_by_name(const char *n, int mode) in find_nic_by_name() argument 247 hud_nic_graph_install(struct hud_pane *pane, const char *nic_name, unsigned int mode) hud_nic_graph_install() argument [all...] |
H A D | hud_sensors_temp.c | 64 unsigned int mode; member 149 find_sti_by_name(const char *n, unsigned int mode) in find_sti_by_name() argument 205 hud_sensors_temp_graph_install(struct hud_pane *pane, const char *dev_name, unsigned int mode) hud_sensors_temp_graph_install() argument 254 create_object(const char *chipname, const char *featurename, const sensors_chip_name *chip, const sensors_feature *feature, int mode) create_object() argument [all...] |
/third_party/musl/libc-test/src/functional/ |
H A D | dlopen.c | 17 void do_dlopen(const char *name, int mode) in do_dlopen() argument [all...] |
/third_party/mesa3d/src/glx/ |
H A D | single2.c | 573 __indirect_glRenderMode(GLenum mode) in __indirect_glRenderMode() argument
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_sock.c | 312 int BIO_socket_nbio(int s, int mode) in BIO_socket_nbio() argument
|
/third_party/node/deps/openssl/openssl/providers/common/ |
H A D | bio_prov.c | 76 OSSL_CORE_BIO *ossl_prov_bio_new_file(const char *filename, const char *mode) in ossl_prov_bio_new_file() argument
|