Searched defs:first_arg (Results 1 – 8 of 8) sorted by relevance
/external/perfetto/src/profiling/memory/ |
D | proc_utils.cc | 61 char* first_arg = static_cast<char*>(memchr(cmdline, '\0', size)); in NormalizeCmdLine() local
|
/external/v8/src/builtins/ |
D | builtins-arguments-gen.cc | 131 Node* map, Node* frame_ptr, Node* arg_count, Node* first_arg, in ConstructParametersObjectFromArgs()
|
/external/v8/src/compiler/ |
D | bytecode-graph-builder.cc | 1667 Node* callee, Node* receiver, interpreter::Register first_arg, in GetCallArgumentsFromRegisters() 1701 interpreter::Register first_arg = interpreter::Register(receiver.index() + 1); in ProcessCallArguments() local 1742 interpreter::Register first_arg; in ProcessCallVarArgs() local 1867 interpreter::Register first_arg = interpreter::Register(receiver.index() + 1); in VisitCallWithSpread() local 1958 Node* target, Node* new_target, interpreter::Register first_arg, in GetConstructArgumentsFromRegister()
|
/external/v8/src/wasm/ |
D | wasm-js.cc | 774 i::Handle<i::Object> first_arg = Utils::OpenHandle(*first_arg_value); in WebAssemblyInstantiate() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
D | ItaniumDemangle.cpp | 4042 bool first_arg = true; in parse_encoding() local
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13215 const ArgT first_arg = p_arg[component * component_step_0]; in call() local 13365 const Arg1T first_arg = p_arg_1[component * component_step_0]; in call() local 13498 const glw::GLdouble first_arg = p_arg[component * component_step_0]; in call() local
|
/external/v8/src/interpreter/ |
D | bytecode-generator.cc | 3661 Register first_arg = args[reciever_arg_count]; in VisitCall() local
|
/external/v8/src/ |
D | objects.cc | 15629 uint32_t first_arg, in EnsureCanContainElements()
|