| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-debug.cc | 225 const auto& function = in DeadBreakpoint() local 274 auto* function = &native_module_->module()->functions[func_index]; in RecompileLiftoffWithBreakpoints() local 460 const auto& function in RemoveBreakpoint() local [all...] |
| /third_party/node/deps/v8/tools/gcmole/ |
| H A D | gcmole.cc | 240 const std::string& function = f->getNameAsString(); in AnalyzeFunction() local 271 void AddCallee(const MangledName& name, const MangledName& function) { in AddCallee() argument 345 std::string mangled, function; in LoadGCCauses() local 373 std::string mangled, function; LoadGCSuspects() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | varray.c | 2182 get_current_attrib(struct gl_context *ctx, GLuint index, const char *function) in get_current_attrib() argument
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_cs.c | 85 LLVMValueRef function, coro; in generate_compute() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | code-assembler.h | 453 TNode<ExternalReference> function = code_assembler_->ExternalConstant( in operator TNode() local 1148 TNode<T> CallRuntime(Runtime::FunctionId function, TNode<Object> context, in CallRuntime() argument 1155 void TailCallRuntime(Runtime::FunctionId function, TNod argument 1164 TailCallRuntime(Runtime::FunctionId function, TNode<Int32T> arity, TNode<Object> context, TArgs... args) TailCallRuntime() argument 1233 CallJS(Callable const& callable, Node* context, Node* function, Node* receiver, TArgs... args) CallJS() argument 1243 ConstructJSWithTarget(Callable const& callable, Node* context, Node* function, Node* new_target, TArgs... args) ConstructJSWithTarget() argument 1268 CallCFunction(Node* function, base::Optional<MachineType> return_type, CArgs... cargs) CallCFunction() argument 1278 CallCFunctionWithoutFunctionDescriptor(Node* function, MachineType return_type, CArgs... cargs) CallCFunctionWithoutFunctionDescriptor() argument 1290 CallCFunctionWithCallerSavedRegisters(Node* function, MachineType return_type, SaveFPRegsMode mode, CArgs... cargs) CallCFunctionWithCallerSavedRegisters() argument [all...] |
| H A D | js-call-reducer.cc | 1080 JSCall3( TNode<Object> function, TNode<Object> this_arg, TNode<Object> arg0, TNode<Object> arg1, TNode<Object> arg2, FrameState frame_state) JSCall3() argument 1096 JSCall4( TNode<Object> function, TNode<Object> this_arg, TNode<Object> arg0, TNode<Object> arg1, TNode<Object> arg2, TNode<Object> arg3, FrameState frame_state) JSCall4() argument [all...] |
| H A D | raw-machine-assembler.cc | 731 CallCFunctionImpl( RawMachineAssembler* rasm, Node* function, base::Optional<MachineType> return_type, std::initializer_list<RawMachineAssembler::CFunctionArg> args, bool caller_saved_regs, SaveFPRegsMode mode, FunctionDescriptorMode no_function_descriptor) CallCFunctionImpl() argument 768 CallCFunction( Node* function, base::Optional<MachineType> return_type, std::initializer_list<RawMachineAssembler::CFunctionArg> args) CallCFunction() argument 775 CallCFunctionWithoutFunctionDescriptor( Node* function, MachineType return_type, std::initializer_list<RawMachineAssembler::CFunctionArg> args) CallCFunctionWithoutFunctionDescriptor() argument 782 CallCFunctionWithCallerSavedRegisters( Node* function, MachineType return_type, SaveFPRegsMode mode, std::initializer_list<RawMachineAssembler::CFunctionArg> args) CallCFunctionWithCallerSavedRegisters() argument
|
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-interface.cc | 98 Local<String> GetFunctionDescription(Local<Function> function) { in GetFunctionDescription() argument 1011 CallFunctionOn(Local<Context> context, Local<Function> function, Local<Value> recv, int argc, Local<Value> argv[], bool throw_on_side_effect) CallFunctionOn() argument 1051 EvaluateGlobalForTesting( v8::Isolate* isolate, v8::Local<v8::Script> function, v8::debug::EvaluateGlobalMode mode, bool repl) EvaluateGlobalForTesting() argument 1105 GetDebuggingId(v8::Local<v8::Function> function) GetDebuggingId() argument 1114 SetFunctionBreakpoint(v8::Local<v8::Function> function, v8::Local<v8::String> condition, BreakpointId* id) SetFunctionBreakpoint() argument [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-array-gen.cc | 752 Runtime::FunctionId function = variant == kIncludes in Generate() local 1649 auto function = Parameter<JSFunction>(Descriptor::kTarget); in TF_BUILTIN() local 1924 auto function in GenerateArraySingleArgumentConstructor() local [all...] |
| H A D | builtins-internal-gen.cc | 88 auto function = Parameter<JSFunction>(Descriptor::kJSTarget); in TF_BUILTIN() local 194 TNode<ExternalReference> function = in InsertIntoRememberedSet() local 337 TNode<ExternalReference> function = ExternalConstant( in IncrementalWriteBarrier() local 369 TNode<ExternalReference> function in GenerateEphemeronKeyBarrier() local 444 TNode<ExternalReference> function = GetExternalReference(size); GenerateTSANRelaxedStore() local 511 TNode<ExternalReference> function = GetExternalReference(size); GenerateTSANSeqCstStore() local 572 TNode<ExternalReference> function = GetExternalReference(size); GenerateTSANRelaxedLoad() local 1381 auto function = Parameter<JSFunction>(Descriptor::kTarget); TF_BUILTIN() local [all...] |
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | macro-assembler-arm64.h | 1890 const Runtime::Function* function = Runtime::FunctionForId(fid); CallRuntime() local [all...] |
| /third_party/node/deps/v8/src/deoptimizer/ |
| H A D | deoptimizer.cc | 198 JSFunction function = JSFunction::cast(Object(raw_function)); in New() local 311 JSFunction function = in DeoptimizeMarkedCodeForContext() local 427 void Deoptimizer::DeoptimizeFunction(JSFunction function, Code code) { in DeoptimizeFunction() argument 470 Deoptimizer(Isolate* isolate, JSFunction function, DeoptimizeKind kind, Address from, int fp_to_sp_delta) Deoptimizer() argument 556 Handle<JSFunction> Deoptimizer::function() const { function() function in v8::internal::Deoptimizer 750 TraceFoundActivation(Isolate* isolate, JSFunction function) TraceFoundActivation() argument [all...] |
| /third_party/node/deps/v8/src/execution/arm64/ |
| H A D | simulator-arm64.cc | 489 void UnsafeDirectApiCall(int64_t function, int64_t arg0) { in UnsafeDirectApiCall() argument 494 void UnsafeProfilingApiCall(int64_t function, int64_t arg0, void* arg1) { in UnsafeProfilingApiCall() argument 477 UnsafeGenericFunctionCall( int64_t function, int64_t arg0, int64_t arg1, int64_t arg2, int64_t arg3, int64_t arg4, int64_t arg5, int64_t arg6, int64_t arg7, int64_t arg8, int64_t arg9, int64_t arg10, int64_t arg11, int64_t arg12, int64_t arg13, int64_t arg14, int64_t arg15, int64_t arg16, int64_t arg17, int64_t arg18, int64_t arg19) UnsafeGenericFunctionCall() argument 499 UnsafeDirectGetterCall(int64_t function, int64_t arg0, int64_t arg1) UnsafeDirectGetterCall() argument [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | frames.h | 387 Handle<JSFunction> function() const { return function_; } in function() function in v8::internal::FrameSummary::JavaScriptFrameSummary [all...] |
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-debugger.cc | 786 v8::Local<v8::Function> function = value.As<v8::Function>(); in internalProperties() local 717 functionScopes( v8::Local<v8::Context> context, v8::Local<v8::Function> function) functionScopes() argument
|
| H A D | value-mirror.cc | 1281 v8::Local<v8::Function> function; in createNativeGetter() local 1324 v8::Local<v8::Function> function; in createNativeSetter() local 690 create( v8::Local<v8::Function> function) create() argument 1536 v8::Local<v8::Function> function = object.As<v8::Function>(); getInternalProperties() local [all...] |
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | interpreter-generator.cc | 1364 TNode<Object> function = LoadRegisterAtOperandIndex(0); in JSCall() local 1394 TNode<Object> function = LoadRegisterAtOperandIndex(0); in JSCallN() local 1538 TNode<Object> function = LoadContextElement(native_context, context_index); IGNITION_HANDLER() local 2773 TNode<JSFunction> function = IGNITION_HANDLER() local [all...] |
| H A D | interpreter-assembler.cc | 687 TNode<JSFunction> function = CAST(LoadRegister(Register::function_closure())); in LoadFeedbackVector() local 734 void InterpreterAssembler::CallJSAndDispatch(TNode<Object> function, in CallJSAndDispatch() argument 707 CallJSAndDispatch( TNode<Object> function, TNode<Context> context, const RegListNodePair& args, ConvertReceiverMode receiver_mode) CallJSAndDispatch() argument 777 CallJSWithSpreadAndDispatch( TNode<Object> function, TNode<Context> context, const RegListNodePair& args, TNode<UintPtrT> slot_id, TNode<HeapObject> maybe_feedback_vector) CallJSWithSpreadAndDispatch() argument 981 TNode<WordT> function = CallRuntimeN() local 1009 TNode<JSFunction> function = CAST(LoadRegister(Register::function_closure())); UpdateInterruptBudget() local 1034 GetContext(), function); UpdateInterruptBudget() local 1344 TNode<JSFunction> function = CAST(LoadRegister(Register::function_closure())); OnStackReplacement() local [all...] |
| /third_party/node/deps/v8/src/regexp/arm64/ |
| H A D | regexp-macro-assembler-arm64.cc | 436 ExternalReference function = in CheckNotBackReferenceIgnoreCase() local
|
| /third_party/node/deps/v8/src/regexp/s390/ |
| H A D | regexp-macro-assembler-s390.cc | 355 ExternalReference function = in CheckNotBackReferenceIgnoreCase() local 1257 DCHECK(register_index < (1 << 30)); if (num_registers_ <= register_index) { num_registers_ = register_index + 1; } return MemOperand(frame_pointer(), kRegisterZero - register_index * kSystemPointerSize); } void RegExpMacroAssemblerS390::CheckPosition(int cp_offset, Label* on_outside_input) { if (cp_offset >= 0) { __ CmpS64(current_input_offset(), Operand(-cp_offset * char_size())); BranchOrBacktrack(ge, on_outside_input); } else { __ LoadU64(r3, MemOperand(frame_pointer(), kStringStartMinusOne)); __ AddS64(r2, current_input_offset(), Operand(cp_offset * char_size())); __ CmpS64(r2, r3); BranchOrBacktrack(le, on_outside_input); } } void RegExpMacroAssemblerS390::BranchOrBacktrack(Condition condition, Label* to, CRegister cr) { if (condition == al) { if (to == nullptr) { Backtrack(); return; } __ b(to); return; } if (to == nullptr) { __ b(condition, &backtrack_label_); return; } __ b(condition, to); } void RegExpMacroAssemblerS390::SafeCall(Label* to, Condition cond, CRegister cr) { Label skip; __ b(NegateCondition(cond), &skip); __ b(r14, to); __ bind(&skip); } void RegExpMacroAssemblerS390::SafeReturn() { __ pop(r14); __ mov(ip, Operand(masm_->CodeObject())); __ AddS64(r14, ip); __ Ret(); } void RegExpMacroAssemblerS390::SafeCallTarget(Label* name) { __ bind(name); __ CleanseP(r14); __ mov(r0, r14); __ mov(ip, Operand(masm_->CodeObject())); __ SubS64(r0, r0, ip); __ push(r0); } void RegExpMacroAssemblerS390::Push(Register source) { DCHECK(source != backtrack_stackpointer()); __ lay(backtrack_stackpointer(), MemOperand(backtrack_stackpointer(), -kSystemPointerSize)); __ StoreU64(source, MemOperand(backtrack_stackpointer())); } void RegExpMacroAssemblerS390::Pop(Register target) { DCHECK(target != backtrack_stackpointer()); __ LoadU64(target, MemOperand(backtrack_stackpointer())); __ la(backtrack_stackpointer(), MemOperand(backtrack_stackpointer(), kSystemPointerSize)); } void RegExpMacroAssemblerS390::CheckPreemption() { ExternalReference stack_limit = ExternalReference::address_of_jslimit(isolate()); __ mov(r2, Operand(stack_limit)); __ CmpU64(sp, MemOperand(r2)); SafeCall(&check_preempt_label_, le); } void RegExpMacroAssemblerS390::CheckStackLimit() { ExternalReference stack_limit = ExternalReference::address_of_regexp_stack_limit_address(isolate()); __ mov(r2, Operand(stack_limit)); __ CmpU64(backtrack_stackpointer(), MemOperand(r2)); SafeCall(&stack_overflow_label_, le); } void RegExpMacroAssemblerS390::CallCFunctionUsingStub( ExternalReference function, int num_arguments) { DCHECK_GE(8, num_arguments); __ mov(code_pointer(), Operand(function)); Label ret; __ larl(r14, &ret); __ StoreU64(r14, MemOperand(sp, kStackFrameRASlot * kSystemPointerSize)); __ b(code_pointer()); __ bind(&ret); if (base::OS::ActivationFrameAlignment() > kSystemPointerSize) register_location() argument
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_eu_emit.c | 469 brw_set_math_message( struct brw_codegen *p, brw_inst *inst, unsigned function, unsigned integer_type, bool low_precision, unsigned dataType ) brw_set_math_message() argument 2049 gfx4_math(struct brw_codegen *p, struct brw_reg dest, unsigned function, unsigned msg_reg_nr, struct brw_reg src, unsigned precision ) gfx4_math() argument 2083 gfx6_math(struct brw_codegen *p, struct brw_reg dest, unsigned function, struct brw_reg src0, struct brw_reg src1) gfx6_math() argument [all...] |
| /third_party/pulseaudio/src/modules/alsa/ |
| H A D | alsa-util.c | 870 static void alsa_error_handler(const char *file, int line, const char *function, int err, const char *fmt,...) { in alsa_error_handler() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| H A D | vktDrawInstancedTests.cpp | 67 DrawFunction function; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
| H A D | vktMemoryAddressBindingTests.cpp | 1573 typename FunctionInstance1<typename Object::Parameters>::Function function; member
|
| H A D | vktMemoryDeviceMemoryReportTests.cpp | 1558 typename FunctionInstance1<typename Object::Parameters>::Function function; member
|