| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins.cc | 474 bool Builtins::AllowDynamicFunction(Isolate* isolate, Handle<JSFunction> target, in AllowDynamicFunction() argument
|
| H A D | builtins-typed-array-gen.cc | 89 auto target = Parameter<JSFunction>(Descriptor::kJSTarget); in TF_BUILTIN() local
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| H A D | macro-assembler-ia32.h | 147 void Call(Label* target) { call(target); } in Call() argument
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | macro-assembler-x64.h | 379 void Call(Label* target) { call(target); } in Call() argument
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | scavenger.cc | 70 Code target = Code::GetCodeFromTargetAddress(rinfo->target_address()); variable 109 HandleSlot(HeapObject host, THeapObjectSlot slot, HeapObject target) HandleSlot() argument 582 IterateAndScavengePromotedObject(HeapObject target, Map map, int size) IterateAndScavengePromotedObject() argument 676 HeapObject target = entry.heap_object; Process() local [all...] |
| /third_party/node/deps/v8/src/diagnostics/loong64/ |
| H A D | disasm-loong64.cc | 296 int target = ((offs << n_bits) << (32 - kOffsLowBits - n_bits)) >> in PrintPCOffs16() local 306 int target = in PrintPCOffs21() local 317 int target = in PrintPCOffs26() local
|
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-code-generator.cc | 136 void EmitSingleParallelMove(Register source, Register target, in EmitSingleParallelMove() argument 143 RecursivelyEmitParallelMoveChain(Register chain_start, Register source, Register target, RegisterMoves& moves) RecursivelyEmitParallelMoveChain() argument 172 Register target = moves[source.code()]; EmitParallelMoveChain() local 179 EmitStackToRegisterGapMove(compiler::InstructionOperand source, Register target) EmitStackToRegisterGapMove() argument 204 RecordGapMove(compiler::AllocatedOperand source, compiler::AllocatedOperand target, RegisterMoves& register_moves, StackToRegisterMoves& stack_to_register_moves) RecordGapMove() argument 227 BasicBlock* target = node->target(); EmitBlockEndGapMoves() local 272 compiler::AllocatedOperand target = EmitBlockEndGapMoves() local [all...] |
| H A D | maglev-graph-builder.h | 329 void StoreRegister(interpreter::Register target, NodeT* value) { in StoreRegister() argument
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | transitions.cc | 41 Insert(Isolate* isolate, Handle<Map> map, Handle<Name> name, Handle<Map> target, SimpleTransitionFlag flag) Insert() argument 269 Map target = SearchTransition(*name, PropertyKind::kData, attributes); FindTransitionToDataProperty() local 291 Map target = Map::cast(raw_transitions_->GetHeapObjectAssumeWeak()); ForEachTransitionTo() local 322 IsMatchingMap(Map target, Name name, PropertyKind kind, PropertyAttributes attributes) IsMatchingMap() argument 344 MaybeObject target = array.Get(header + i); CompactPrototypeTransitionArray() local 428 MaybeObject target = GetPrototypeTransition() local 545 Map target = GetSimpleTransition(isolate, map); EnsureHasFullTransitionArray() local 591 MaybeObject target = proto_trans.Get(index); TraverseTransitionTreeInternal() local 619 Map target = old_transitions.GetTarget(i); CheckNewTransitionsAreConsistent() local [all...] |
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-object.cc | 146 Handle<Map> target = target_maps[i]; in GeneralizeAllTransitionsToFieldAsMutable() local 1049 Handle<JSFunction> target = args.at<JSFunction>(0); RUNTIME_FUNCTION() local 1059 Handle<JSFunction> target = args.at<JSFunction>(0); RUNTIME_FUNCTION() local 1261 Handle<JSReceiver> target = args.at<JSReceiver>(0); RUNTIME_FUNCTION() local 1279 Handle<JSObject> target = args.at<JSObject>(0); RUNTIME_FUNCTION() local 1370 Handle<JSObject> target = RUNTIME_FUNCTION() local [all...] |
| H A D | runtime-wasm.cc | 753 Handle<WasmContinuationObject> target = in RUNTIME_FUNCTION() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_gmem.c | 628 emit_conditional_ib(struct fd_batch *batch, const struct fd_tile *tile, struct fd_ringbuffer *target) emit_conditional_ib() argument
|
| H A D | fd6_emit.c | 881 struct fd_stream_output_target *target = variable
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_util.h | 372 __OUT_IB5(struct fd_ringbuffer *ring, struct fd_ringbuffer *target) in __OUT_IB5() argument 342 __OUT_IB(struct fd_ringbuffer *ring, bool prefetch, struct fd_ringbuffer *target) __OUT_IB() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_mpeg12_bitstream.c | 803 decode_slice(struct vl_mpg12_bs *bs, struct pipe_video_buffer *target) in decode_slice() argument 980 vl_mpg12_bs_decode(struct vl_mpg12_bs *bs, struct pipe_video_buffer *target, struct pipe_mpeg12_picture_desc *picture, unsigned num_buffers, const void * const *buffers, const unsigned *sizes) vl_mpg12_bs_decode() argument
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_shader.cpp | 304 depart_node* shader::create_depart(region_node* target) { in create_depart() argument 312 repeat_node* shader::create_repeat(region_node* target) { in create_repeat() argument [all...] |
| H A D | sb_shader.h | 294 const shader_target target; member in r600_sb::shader
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
| H A D | dd_screen.c | 146 dd_screen_is_format_supported(struct pipe_screen *_screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned tex_usage) dd_screen_is_format_supported() argument 356 dd_screen_get_sparse_texture_virtual_page_size(struct pipe_screen *_screen, enum pipe_texture_target target, bool multi_sample, enum pipe_format format, unsigned offset, unsigned size, int *x, int *y, int *z) dd_screen_get_sparse_texture_virtual_page_size() argument
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_batch.c | 378 emit_reloc(struct crocus_batch *batch, struct crocus_reloc_list *rlist, uint32_t offset, struct crocus_bo *target, int32_t target_offset, unsigned int reloc_flags) emit_reloc() argument 434 crocus_command_reloc(struct crocus_batch *batch, uint32_t batch_offset, struct crocus_bo *target, uint32_t target_offset, unsigned int reloc_flags) crocus_command_reloc() argument 445 crocus_state_reloc(struct crocus_batch *batch, uint32_t state_offset, struct crocus_bo *target, uint32_t target_offset, unsigned int reloc_flags) crocus_state_reloc() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_context.cpp | 769 view_dimension(enum pipe_texture_target target, unsigned samples) in view_dimension() argument [all...] |
| H A D | d3d12_screen.cpp | 534 d3d12_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bind) d3d12_is_format_supported() argument
|
| /third_party/mesa3d/src/gallium/frontends/wgl/ |
| H A D | stw_nopfuncs.c | 53 nop_glBindMultiTextureEXT(GLenum texunit, GLenum target, GLuint texture) in nop_glBindMultiTextureEXT() argument 138 nop_glMultiTexCoord1hNV(GLenum target, GLhalfNV s) in nop_glMultiTexCoord1hNV() argument 144 nop_glMultiTexCoord1hvNV(GLenum target, const GLhalfNV *v) in nop_glMultiTexCoord1hvNV() argument 150 nop_glMultiTexCoord2hNV(GLenum target, GLhalfNV s, GLhalfNV t) in nop_glMultiTexCoord2hNV() argument 156 nop_glMultiTexCoord2hvNV(GLenum target, const GLhalfNV *v) in nop_glMultiTexCoord2hvNV() argument 162 nop_glMultiTexCoord3hNV(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r) in nop_glMultiTexCoord3hNV() argument 168 nop_glMultiTexCoord3hvNV(GLenum target, const GLhalfNV *v) in nop_glMultiTexCoord3hvNV() argument 174 nop_glMultiTexCoord4hNV(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q) in nop_glMultiTexCoord4hNV() argument 180 nop_glMultiTexCoord4hvNV(GLenum target, const GLhalfNV *v) in nop_glMultiTexCoord4hvNV() argument 192 nop_glMultiTexEnvfEXT(GLenum texunit, GLenum target, GLenu argument 198 nop_glMultiTexEnvfvEXT(GLenum texunit, GLenum target, GLenum pname, const GLfloat *params) nop_glMultiTexEnvfvEXT() argument 204 nop_glMultiTexEnviEXT(GLenum texunit, GLenum target, GLenum pname, GLint param) nop_glMultiTexEnviEXT() argument 234 nop_glNamedProgramLocalParameter4fvEXT(GLuint program, GLenum target, GLuint index, const GLfloat *params) nop_glNamedProgramLocalParameter4fvEXT() argument 240 nop_glNamedProgramLocalParameters4fvEXT(GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat *params) nop_glNamedProgramLocalParameters4fvEXT() argument 330 nop_glTextureParameterfEXT(GLuint texture, GLenum target, GLenum pname, GLfloat param) nop_glTextureParameterfEXT() argument 336 nop_glTextureParameterfvEXT(GLuint texture, GLenum target, GLenum pname, const GLfloat *params) nop_glTextureParameterfvEXT() argument 342 nop_glTextureParameteriEXT(GLuint texture, GLenum target, GLenum pname, GLint param) nop_glTextureParameteriEXT() argument [all...] |
| /third_party/musl/libc-test/src/functionalext/unittest/ |
| H A D | unit_test_ldso_dynlink.c | 235 struct dso *target; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_tex.c | 245 enum pipe_texture_target target; in gm107_create_texture_view_from_image() local [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | rehash.c | 57 int symlink(const char *target, const char *linkpath) in symlink() argument
|