| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-scopes.cc | 549 Handle<JSObject> ScopeIterator::ScopeObject(Mode mode) { in ScopeObject() argument 793 VisitLocals(const Visitor& visitor, Mode mode, ScopeType scope_type) const VisitLocals() argument 914 VisitLocalScope(const Visitor& visitor, Mode mode, ScopeType scope_type) const VisitLocalScope() argument 1076 VariableMode mode; SetModuleVariableValue() local [all...] |
| /third_party/node/deps/v8/include/libplatform/ |
| H A D | v8-tracing.h | 209 void SetTraceRecordMode(TraceRecordMode mode) { record_mode_ = mode; } in SetTraceRecordMode() argument
|
| /third_party/node/deps/v8/include/v8-include/libplatform/ |
| H A D | v8-tracing.h | 209 void SetTraceRecordMode(TraceRecordMode mode) { record_mode_ = mode; } in SetTraceRecordMode() argument
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-call-gen.cc | 674 CallFunctionTemplate( CallFunctionTemplateMode mode, TNode<FunctionTemplateInfo> function_template_info, TNode<IntPtrT> argc, TNode<Context> context) CallFunctionTemplate() argument
|
| H A D | builtins.cc | 124 Handle<CodeT> Builtins::CallFunction(ConvertReceiverMode mode) { in CallFunction() argument 136 Handle<CodeT> Builtins::Call(ConvertReceiverMode mode) { in Call() argument
|
| /third_party/node/deps/v8/src/base/platform/ |
| H A D | platform-starboard.cc | 281 FILE* OS::FOpen(const char* path, const char* mode) { in FOpen() argument 253 open(const char* name, FileMode mode) open() argument
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | memory-allocator.cc | 506 void MemoryAllocator::Free(MemoryAllocator::FreeMode mode, MemoryChunk* chunk) { in Free() argument 152 PerformFreeMemoryOnQueuedChunks( MemoryAllocator::Unmapper::FreeMode mode, JobDelegate* delegate) PerformFreeMemoryOnQueuedChunks() argument
|
| H A D | memory-measurement.cc | 113 MeasureMemoryDelegate(Isolate* isolate, Handle<NativeContext> context, Handle<JSPromise> promise, v8::MeasureMemoryMode mode) MeasureMemoryDelegate() argument 332 DefaultDelegate( Isolate* isolate, Handle<NativeContext> context, Handle<JSPromise> promise, v8::MeasureMemoryMode mode) DefaultDelegate() argument
|
| H A D | slot-set.h | 254 RemoveRange(size_t start_offset, size_t end_offset, size_t buckets, EmptyBucketMode mode) RemoveRange() argument 345 Iterate(Address chunk_start, size_t start_bucket, size_t end_bucket, Callback callback, EmptyBucketMode mode) Iterate() argument
|
| H A D | paged-spaces.h | 154 size_t Free(Address start, size_t size_in_bytes, SpaceAccountingMode mode) { in Free() argument
|
| H A D | sweeper.cc | 590 AddPage(AllocationSpace space, Page* page, Sweeper::AddPageMode mode) AddPage() argument
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | futex-emulation.cc | 279 Object FutexEmulation::WaitJs32(Isolate* isolate, WaitMode mode, in WaitJs32() argument 287 Object FutexEmulation::WaitJs64(Isolate* isolate, WaitMode mode, in WaitJs64() argument 312 Object FutexEmulation::Wait(Isolate* isolate, WaitMode mode, in Wait() argument 347 Object FutexEmulation::Wait(Isolate* isolate, WaitMode mode, in Wait() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | contexts.cc | 191 static PropertyAttributes GetAttributesForMode(VariableMode mode) { in GetAttributesForMode() argument 364 VariableMode mode; in Lookup() local 503 set_extension(HeapObject object, WriteBarrierMode mode) set_extension() argument [all...] |
| H A D | js-objects-inl.h | 67 void JSObject::set_elements(FixedArrayBase value, WriteBarrierMode mode) { in set_elements() argument 163 EnsureCanContainElements(Handle<JSObject> object, TSlot objects, uint32_t count, EnsureElementsMode mode) EnsureCanContainElements() argument 205 EnsureCanContainElements(Handle<JSObject> object, Handle<FixedArrayBase> elements, uint32_t length, EnsureElementsMode mode) EnsureCanContainElements() argument 415 RawFastInobjectPropertyAtPut(FieldIndex index, Object value, WriteBarrierMode mode) RawFastInobjectPropertyAtPut() argument 434 FastPropertyAtPut(FieldIndex index, Object value, WriteBarrierMode mode) FastPropertyAtPut() argument 506 InObjectPropertyAtPut(int index, Object value, WriteBarrierMode mode) InObjectPropertyAtPut() argument [all...] |
| H A D | fixed-array-inl.h | 105 void FixedArray::set(int index, Object value, WriteBarrierMode mode) { in set() argument 134 set(int index, Object value, RelaxedStoreTag, WriteBarrierMode mode) set() argument 158 set(int index, Object value, ReleaseStoreTag, WriteBarrierMode mode) set() argument 217 MoveElements(Isolate* isolate, int dst_index, int src_index, int len, WriteBarrierMode mode) MoveElements() argument 228 CopyElements(Isolate* isolate, int dst_index, FixedArray src, int src_index, int len, WriteBarrierMode mode) CopyElements() argument 420 MoveElements(Isolate* isolate, int dst_index, int src_index, int len, WriteBarrierMode mode) MoveElements() argument 444 Set(int index, MaybeObject value, WriteBarrierMode mode) Set() argument 466 CopyElements(Isolate* isolate, int dst_index, WeakFixedArray src, int src_index, int len, WriteBarrierMode mode) CopyElements() argument 489 Set(int index, MaybeObject value, WriteBarrierMode mode) Set() argument 501 CopyElements(Isolate* isolate, int dst_index, WeakArrayList src, int src_index, int len, WriteBarrierMode mode) CopyElements() argument 547 Set(int index, Object obj, WriteBarrierMode mode) Set() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_query.c | 822 iris_render_condition(struct pipe_context *ctx, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) iris_render_condition() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_blitter.h | 567 util_blitter_save_render_condition(struct blitter_context *blitter, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) util_blitter_save_render_condition() argument
|
| /third_party/mesa3d/src/glx/ |
| H A D | indirect_vertex_array.c | 527 emit_DrawArrays_none(GLenum mode, GLin argument 591 emit_DrawArrays_header_old(struct glx_context * gc, struct array_state_vector *arrays, size_t * elements_per_request, unsigned int *total_requests, GLenum mode, GLsizei count) emit_DrawArrays_header_old() argument 698 emit_DrawArrays_old(GLenum mode, GLint first, GLsizei count) emit_DrawArrays_old() argument 757 emit_DrawElements_none(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices) emit_DrawElements_none() argument 824 emit_DrawElements_old(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices) emit_DrawElements_old() argument 915 validate_mode(struct glx_context * gc, GLenum mode) validate_mode() argument 982 __indirect_glDrawArrays(GLenum mode, GLint first, GLsizei count) __indirect_glDrawArrays() argument 1026 __indirect_glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices) __indirect_glDrawElements() argument 1047 __indirect_glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices) __indirect_glDrawRangeElements() argument 1074 __indirect_glMultiDrawArrays(GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount) __indirect_glMultiDrawArrays() argument 1099 __indirect_glMultiDrawElementsEXT(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount) __indirect_glMultiDrawElementsEXT() argument [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_from_nir.cpp | 911 setInterpolate(nv50_ir_varying *var, uint8_t mode, bool centroid, unsigned semantic) setInterpolate() argument [all...] |
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_cs.c | 643 pan_fix_frame_shader_mode(enum mali_pre_post_frame_shader_mode mode, bool force_clean_tile) in pan_fix_frame_shader_mode() argument
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_cs.c | 44 panvk_translate_sampler_mipmap_mode(VkSamplerMipmapMode mode) in panvk_translate_sampler_mipmap_mode() argument 54 panvk_translate_sampler_address_mode(VkSamplerAddressMode mode) in panvk_translate_sampler_address_mode() argument
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_query.c | 908 crocus_render_condition(struct pipe_context *ctx, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) crocus_render_condition() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
| H A D | dd_screen.c | 529 enum dd_dump_mode mode = DD_DUMP_ONLY_HANGS; in ddebug_screen_create() local
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_context.cpp | 487 fill_mode(unsigned mode) in fill_mode() argument
|
| /third_party/mksh/ |
| H A D | expr.c | 859 ksh_access(const char *fn, int mode) in ksh_access() argument
|