| /third_party/jerryscript/jerry-core/ecma/base/ |
| H A D | ecma-globals.h | 871 } function; member [all...] |
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ir.h | 1226 inline const class ir_function *function() const function() function in ir_function_signature [all...] |
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 1121 print_sample(const char *function, const float *rgba) in print_sample() argument 1130 print_sample_4(const char *function, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) in print_sample_4() argument [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | c-api.cc | 1444 i::Handle<i::WasmCapiFunction> function = i::WasmCapiFunction::New( variable 1478 i::Handle<i::WasmExportedFunction> function = variable 1490 i::Handle<i::WasmExportedFunction> function variable 1427 GetSig( i::Handle<i::JSFunction> function) GetSig() argument 1503 i::Handle<i::WasmExportedFunction> function = global() variable [all...] |
| /third_party/node/src/ |
| H A D | js_native_api_v8.cc | 1696 auto function = obj.ToLocalChecked()->Get(context, getFileName.ToLocalChecked()).ToLocalChecked(); in PrepareStackTraceCallback() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | teximage.c | 4975 check_clear_tex_image(struct gl_context *ctx, const char *function, struct gl_texture_image *texImage, GLenum format, GLenum type, const void *data, GLubyte *clearValue) check_clear_tex_image() argument 5049 get_tex_obj_for_clear(struct gl_context *ctx, const char *function, GLuint texture) get_tex_obj_for_clear() argument 5077 get_tex_images_for_clear(struct gl_context *ctx, const char *function, struct gl_texture_object *texObj, GLint level, struct gl_texture_image **texImages) get_tex_images_for_clear() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 3084 LLVMValueRef function; in generate_fragment() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | pipeline.cc | 1102 PipelineCompilationJob( Isolate* isolate, Handle<SharedFunctionInfo> shared_info, Handle<JSFunction> function, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame, CodeKind code_kind) PipelineCompilationJob() argument 3341 NewCompilationJob( Isolate* isolate, Handle<JSFunction> function, CodeKind code_kind, bool has_script, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame) NewCompilationJob() argument [all...] |
| H A D | typer.cc | 1531 JSFunctionRef function = fun.AsHeapConstant()->Ref().AsJSFunction(); in JSCallTyper() local
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | instruction-selector.cc | 767 Node* function = state.function(); in AddInputsToFrameStateDescriptor() local
|
| /third_party/node/deps/v8/src/codegen/mips64/ |
| H A D | macro-assembler-mips64.cc | 4977 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in CallRecordWriteStub() argument 5018 InvokeFunctionWithNewTarget( Register function, Register new_target, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument 5040 InvokeFunction(Register function, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument 5192 const Runtime::Function* function = Runtime::FunctionForId(fid); CallRecordWriteStub() local 5945 CallCFunction(ExternalReference function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument 5954 CallCFunction(Register function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument 5960 CallCFunction(ExternalReference function, int num_arguments) CallRecordWriteStub() argument 5965 CallCFunction(Register function, int num_arguments) CallRecordWriteStub() argument 5969 CallCFunctionHelper(Register function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument [all...] |
| /third_party/node/deps/v8/src/codegen/arm/ |
| H A D | macro-assembler-arm.cc | 1692 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in CallRecordWriteStub() argument 1770 InvokeFunction(Register function, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument 1953 const Runtime::Function* function = Runtime::FunctionForId(fid); CallRecordWriteStub() local 2496 CallCFunction(ExternalReference function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument 2505 CallCFunction(Register function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument 2510 CallCFunction(ExternalReference function, int num_arguments) CallRecordWriteStub() argument 2515 CallCFunction(Register function, int num_arguments) CallRecordWriteStub() argument 2519 CallCFunctionHelper(Register function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument [all...] |
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | macro-assembler-arm64.cc | 1706 const Runtime::Function* function = Runtime::FunctionForId(fid); in TailCallRuntime() local 1734 void TurboAssembler::CallCFunction(ExternalReference function, in CallCFunction() argument 1739 void TurboAssembler::CallCFunction(ExternalReference function, in CallCFunction() argument 1752 CallCFunction(Register function, int num_of_reg_args, int num_of_double_args) CallCFunction() argument 2431 InvokeFunctionCode(Register function, Register new_target, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) InvokeFunctionCode() argument 2492 InvokeFunctionWithNewTarget( Register function, Register new_target, Register actual_parameter_count, InvokeType type) InvokeFunctionWithNewTarget() argument 2521 InvokeFunction(Register function, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) InvokeFunction() argument [all...] |
| /third_party/node/deps/v8/src/builtins/arm64/ |
| H A D | builtins-arm64.cc | 870 Register function = x2; Generate_JSEntryTrampolineHelper() local 2199 Register function = x1; Generate_FunctionPrototypeCall() local [all...] |
| /third_party/node/deps/v8/src/codegen/ppc/ |
| H A D | macro-assembler-ppc.cc | 1562 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in CallRecordWriteStub() argument 1626 InvokeFunction(Register function, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument 1983 const Runtime::Function* function = Runtime::FunctionForId(fid); CallRecordWriteStub() local 2286 CallCFunction(ExternalReference function, int num_reg_arguments, int num_double_arguments, bool has_function_descriptor) CallRecordWriteStub() argument 2295 CallCFunction(Register function, int num_reg_arguments, int num_double_arguments, bool has_function_descriptor) CallRecordWriteStub() argument 2302 CallCFunction(ExternalReference function, int num_arguments, bool has_function_descriptor) CallRecordWriteStub() argument 2308 CallCFunction(Register function, int num_arguments, bool has_function_descriptor) CallRecordWriteStub() argument 2313 CallCFunctionHelper(Register function, int num_reg_arguments, int num_double_arguments, bool has_function_descriptor) CallRecordWriteStub() argument [all...] |
| /third_party/node/deps/v8/src/baseline/ |
| H A D | baseline-compiler.cc | 641 void BaselineCompiler::CallRuntime(Runtime::FunctionId function, Args... args) { in CallRuntime() argument
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| H A D | macro-assembler-loong64.cc | 3085 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in CallRecordWriteStub() argument 3137 InvokeFunctionWithNewTarget( Register function, Register new_target, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument 3159 InvokeFunction(Register function, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument 3317 const Runtime::Function* function = Runtime::FunctionForId(fid); CallRecordWriteStub() local 3936 CallCFunction(ExternalReference function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument 3945 CallCFunction(Register function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument 3951 CallCFunction(ExternalReference function, int num_arguments) CallRecordWriteStub() argument 3956 CallCFunction(Register function, int num_arguments) CallRecordWriteStub() argument 3960 CallCFunctionHelper(Register function, int num_reg_arguments, int num_double_arguments) CallRecordWriteStub() argument [all...] |
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | macro-assembler-x64.cc | 768 const Runtime::Function* function = Runtime::FunctionForId(fid); in CallRecordWriteStub() local 2513 void MacroAssembler::InvokeFunction(Register function, Register new_target, in CallRecordWriteStub() argument 2525 InvokeFunction(Register function, Register new_target, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument 2536 InvokeFunctionCode(Register function, Register new_target, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument 3010 CallCFunction(ExternalReference function, int num_arguments) CallRecordWriteStub() argument 3017 CallCFunction(Register function, int num_arguments) CallRecordWriteStub() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-objects.cc | 638 JSFunction function; in GetCreationContext() local 680 JSFunction function = JSFunction::cast(current); GetFunctionRealm() local 684 JSBoundFunction function = JSBoundFunction::cast(current); GetFunctionRealm() local 689 JSWrappedFunction function = JSWrappedFunction::cast(current); GetFunctionRealm() local 2776 JSFunction function = JSFunction::cast(*this); JSObjectShortPrint() local [all...] |
| /third_party/node/deps/v8/src/parsing/ |
| H A D | parser.cc | 374 const Runtime::Function* function = in NewV8Intrinsic() local 409 NewV8RuntimeFunctionForFuzzing( const Runtime::Function* function, const ScopedPtrList<Expression>& args, int pos) NewV8RuntimeFunctionForFuzzing() argument 1859 DeclareFunction(const AstRawString* variable_name, FunctionLiteral* function, VariableMode mode, VariableKind kind, int beg_pos, int end_pos, ZonePtrList<const AstRawString>* names) DeclareFunction() argument 3644 auto function = value->AsFunctionLiteral(); SetFunctionName() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_soa.c | 3955 lp_build_sample_gen_func(struct gallivm_state *gallivm, const struct lp_static_texture_state *static_texture_state, const struct lp_static_sampler_state *static_sampler_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type type, unsigned texture_index, unsigned sampler_index, LLVMValueRef function, unsigned num_args, unsigned sample_key, bool has_aniso_filter_table) lp_build_sample_gen_func() argument 4100 LLVMValueRef function, inst; lp_build_sample_soa_func() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiObjectManagementTests.cpp | 3328 typename FunctionInstance1<typename Object::Parameters>::Function function; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiObjectManagementTests.cpp | 3328 typename FunctionInstance1<typename Object::Parameters>::Function function; member
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | glslang_tab_autogen.cpp | 369 TFunction *function; member [all...] |
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| H A D | spirv_instruction_builder_autogen.cpp | 534 WriteFunctionCall(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef function, const IdRefList &argumentList) WriteFunctionCall() argument
|