/external/valgrind/coregrind/m_demangle/ |
cp-demangle.c | 90 If defined, this file defines a main() function which demangles 339 /* Callback function to handle demangled buffer flush. */ 594 printf ("function parameter %ld\n", dc->u.s_number.number); 647 printf ("typeinfo function\n"); 722 printf ("function type\n"); 791 printf ("tls init function\n"); 794 printf ("tls wrapper function\n"); 3412 struct demangle_component *function; local [all...] |
/system/bt/btif/src/ |
btif_dm.c | 186 bt_bond_function_t function; member in struct:__anon73766 246 bt_bond_function_t function, 355 ** Function check_eir_remote_name 402 ** Function check_cached_remote_name 485 ** Function check_sdp_bl 665 ** Function btif_dm_cb_hid_remote_name 693 ** Function btif_dm_cb_create_bond 752 ** Function btif_dm_cb_remove_bond 776 ** Function btif_dm_get_connection_state 810 ** Function search_devices_copy_c [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
dwarf2.c | 154 address in an inlined function, preserve a pointer into the 174 /* Hash table mapping symbol names to function infos. */ 365 /* Variable and function hash tables. This is used to speed up look-up 367 In order to share code between variable and function infos, we use 368 a list of untyped pointer for all variable/function info associated with 390 /* Function to create a new entry in info hash table. */ 420 /* Function to create a new info hash table. It returns a pointer to the 447 This function returns true if there is no error. */ 557 The following function up to the END VERBATIM mark are 1148 /* Remember some information about each function. If the function i 2752 struct funcinfo *function; local [all...] |
libcoff.h | 210 const char *function; member in struct:coff_section_tdata [all...] |
pdp11.c | 458 environment's "finish up" function just before returning, to 492 /* Setting of EXEC_P has been deferred to the bottom of this function. */ 2353 const char *function = func->name; local [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
debug.c | 47 /* The current function. */ 80 stored by function, because assembler code may have line number 81 information without function information. */ 172 /* The type of the class providing the virtual function table for 187 /* Information kept for a function. FIXME: We should be able to 196 /* Whether the function takes a variable number of arguments. */ 326 /* The variants of a method function of an object. These indicate 331 /* The physical name of the function. */ 333 /* The type of the function. */ 335 /* The visibility of the function. * 509 struct debug_function *function; member in union:debug_name::__anon75436 [all...] |
ieee.c | 41 /* The index of the function type, for a BB4 or BB6 block. */ 43 /* TRUE if this function is being skipped. */ 81 /* Kind of variable or function. */ 233 /* Set for a friend function. */ 235 /* Set for a const function. */ 237 /* Set for a volatile function. */ 239 /* Set for an overloaded function. */ 241 /* Set for an operator function. */ 247 /* Set for an inline function. */ 1016 /* BB4: Global function. * 3769 unsigned int function; member in struct:ieee_modified_type [all...] |
/toolchain/binutils/binutils-2.25/libiberty/ |
cp-demangle.c | 90 If defined, this file defines a main() function which demangles 324 /* Callback function to handle demangled buffer flush. */ 579 printf ("function parameter %ld\n", dc->u.s_number.number); 632 printf ("typeinfo function\n"); 707 printf ("function type\n"); 778 printf ("tls init function\n"); 781 printf ("tls wrapper function\n"); 3399 struct demangle_component *function; local [all...] |
/external/google-breakpad/src/google_breakpad/common/ |
minidump_format.h | 47 * function properly and portably in terms of interoperability with minidumps 913 uint16_t function[128]; \/* ...within this function... *\/ member in struct:__anon12912 [all...] |
/external/google-breakpad/src/third_party/libdisasm/ |
libdis.h | 33 * These are passed to a reporter function passed at initialization. 521 void *function; /* function containing this insn */ member in struct:__anon13034 536 /* Function prototype for caller-supplied callback routine 541 /* Function prototype for caller-supplied address resolver. 558 * function repeatedly. 570 * invoking a callback function each time an instruction 579 * func : Callback function to invoke (may be NULL) 587 * invoking a callback function each time an instruction 593 * func : Callback function to invoke (may be NULL [all...] |
/external/v8/src/arm64/ |
code-stubs-arm64.cc | 29 // x1: function 31 // x0: number of arguments to the constructor function 1508 Register const function = x0; \/\/ Function (rhs). local 1714 Register function = x1; local 2008 Register function = x1; local 2793 Register function = x1; local 2837 Register function = x1; local 2878 Register function = x1; local 4082 ExternalReference function = local [all...] |
macro-assembler-arm64.cc | 1744 const Runtime::Function* function = Runtime::FunctionForId(fid); local [all...] |
/external/v8/src/ |
bootstrapper.cc | 151 // Creates the empty function. Used for creating a context from scratch. 153 // Creates the ThrowTypeError function. ECMA 5th Ed. 13.2.3 302 // Function maps. Function maps are created initially with a read only 303 // prototype for the processing of JS builtins. Later the function maps are 365 Handle<JSFunction> function, Handle<String> function_name, 367 JSObject::AddProperty(target, property_name, function, attributes); 369 function->shared()->set_instance_class_name(*function_name); 371 function->shared()->set_native(true); 376 Handle<JSFunction> function, Handle<Name> name 409 Handle<JSFunction> function = local 669 Handle<JSFunction> function = local 1631 Handle<JSFunction> function = factory->NewFunctionWithoutPrototype( local 1970 Handle<JSFunction> function = Handle<JSFunction>::cast(object); local 2707 Handle<JSFunction> function = Handle<JSFunction>::cast( local 2714 InstallWithIntrinsicDefaultProto(isolate(), function, local 2917 Handle<JSFunction> function = Handle<JSFunction>::cast(function_object); local [all...] |
/external/v8/src/compiler/ |
ast-graph-builder.cc | 41 // Plug a node into this expression context. Call this function in tail 46 // result of another Visit function that already plugged the context. 109 // mutations of the context chain within the function body and allows to 182 // For function-level control. 468 // Contexts nested in the native context have a canonical empty function as 553 // Simply use the outer function context in building the graph. 601 // Visit declarations within the function scope. 610 // Visit statements in the function body. 1103 Handle<SharedFunctionInfo> function = Compiler::GetSharedFunctionInfo( local 1973 Node* function = BuildLoadNativeContextField( local 2479 Node* function = GetFunctionClosure(); local 2590 const Runtime::Function* function = expr->function(); local [all...] |
typer.cc | 322 // Helper functions that lift a function f on types to a function on bounds, 1272 Handle<JSFunction> function = local 1494 Handle<JSFunction> function = local [all...] |
/external/v8/src/full-codegen/arm64/ |
full-codegen-arm64.cc | 88 // Generate code for a JS function. On entry to the function the receiver 91 // function. 94 // - x1: the JS function object being called (i.e. ourselves). 101 // The function builds a JS frame. See JavaScriptFrameConstants in 108 Comment cmnt(masm_, "[ Function compiled by full code generator"); 180 // Argument to NewContext is the function, which is still in x1. 241 // Register holding this function and new target are both trashed in case we 246 // Possibly set up a local binding to the this function which is used in 250 Comment cmnt(masm_, "[ This function"); 873 Handle<SharedFunctionInfo> function = local 3065 Label done, null, function, non_function_constructor; local 3777 const Runtime::Function* function = expr->function(); local 4548 Register function = x4; local [all...] |
/external/v8/src/full-codegen/x64/ |
full-codegen-x64.cc | 78 // Generate code for a JS function. On entry to the function the receiver 81 // formal parameter count expected by the function. 84 // o rdi: the JS function object being called (i.e. ourselves) 90 // The function builds a JS frame. Please see JavaScriptFrameConstants in 97 Comment cmnt(masm_, "[ function compiled by full code generator"); 170 // Argument to NewContext is the function, which is still in rdi. 228 // Register holding this function and new target are both trashed in case we 233 // Possibly set up a local binding to the this function which is used in 237 Comment cmnt(masm_, "[ This function"); 826 Handle<SharedFunctionInfo> function = local 3214 Label done, null, function, non_function_constructor; local 3990 const Runtime::Function* function = expr->function(); local [all...] |
/external/v8/src/ia32/ |
code-stubs-ia32.cc | 30 // edi -- function 50 // edi -- constructor function 797 // edi : function 800 DCHECK(edi.is(ArgumentsAccessNewDescriptor::function())); 818 __ push(edi); // Push function. 829 // edi : function 832 DCHECK(edi.is(ArgumentsAccessNewDescriptor::function())); 864 // Save mapped parameter count and function. 891 // esp[4] = function 2515 Register const function = eax; \/\/ Function (rhs). local [all...] |
/external/v8/src/mips/ |
code-stubs-mips.cc | 1428 Register const function = a0; \/\/ Function (rhs). local [all...] |
/external/v8/src/mips64/ |
code-stubs-mips64.cc | 1430 Register const function = a0; \/\/ Function (rhs). local [all...] |
/external/v8/src/x64/ |
code-stubs-x64.cc | 601 // rdi : function 603 // Registers used over the whole function: 608 DCHECK(rdi.is(ArgumentsAccessNewDescriptor::function())); 802 __ Push(rdi); // Push function. 813 // rdi : function 816 DCHECK(rdi.is(ArgumentsAccessNewDescriptor::function())); 836 __ Push(rdi); // Push function. 2470 Register const function = rax; \/\/ Function (rhs). local [all...] |
macro-assembler-x64.cc | 636 void MacroAssembler::CallRuntime(const Runtime::Function* f, 639 // If the expected number of arguments of the runtime function is 676 const Runtime::Function* function = Runtime::FunctionForId(fid); local 677 DCHECK_EQ(1, function->result_size); 678 if (function->nargs >= 0) { 679 Set(rax, function->nargs); [all...] |
/external/v8/src/x87/ |
code-stubs-x87.cc | 30 // edi -- function 50 // edi -- constructor function 333 // We will call runtime helper function directly. 498 // edi : function 501 DCHECK(edi.is(ArgumentsAccessNewDescriptor::function())); 519 __ push(edi); // Push function. 530 // edi : function 533 DCHECK(edi.is(ArgumentsAccessNewDescriptor::function())); 565 // Save mapped parameter count and function. 592 // esp[4] = function 2227 Register const function = eax; \/\/ Function (rhs). local [all...] |
/external/v8/test/cctest/heap/ |
test-heap.cc | 175 // TODO(lrn): We need a NumberFromIntptr function in order to test this. 455 // Allocate a function and keep it in global object's property. 456 Handle<JSFunction> function = factory->NewFunction(name); local 457 JSReceiver::SetProperty(global, name, function, SLOPPY).Check(); 459 Handle<JSObject> obj = factory->NewJSObject(function); 471 // Function should be alive. 473 // Check function is retained. 477 Handle<JSFunction> function = Handle<JSFunction>::cast(func_value); local 482 Handle<JSObject> obj = factory->NewJSObject(function); 797 "function", 871 Handle<JSFunction> function = factory->NewFunction(name); local 965 Handle<JSFunction> function = factory->NewFunction(name); local 991 Handle<JSFunction> function = Handle<JSFunction>::cast(fun_obj); local 1222 Handle<JSFunction> function = Handle<JSFunction>::cast(func_value); local 1275 Handle<JSFunction> function = Handle<JSFunction>::cast(func_value); local 1340 Handle<JSFunction> function = Handle<JSFunction>::cast(func_value); local 1417 Handle<JSFunction> function = Handle<JSFunction>::cast(func_value); local 1479 Handle<JSFunction> function = Handle<JSFunction>::cast(func_value); local [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/ |
DevelopmentFragment.java | 1315 String function = newValue.toString(); local [all...] |