| /external/v8/src/arm/ |
| macro-assembler-arm.h | 79 // Flags used for the ObjectToDoubleVFPRegister function. 95 // responsibility of the caller to never invoke such function on the 339 void LoadGlobalFunction(int index, Register function); 341 // Load the initial map from the global function. The registers 342 // function and map can be the same, function is then overwritten. 343 void LoadGlobalFunctionInitialMap(Register function, 350 // Invoke the JavaScript function code by either calling or jumping. 363 // Invoke the JavaScript function in the given register. Changes the 364 // current context to the context in the function before invoking [all...] |
| /external/v8/src/ |
| assembler.cc | 590 ExternalReference::ExternalReference(const Runtime::Function* f, 806 Address function; local 808 function = FUNCTION_ADDR(RegExpMacroAssemblerX64::CheckStackGuardState); 810 function = FUNCTION_ADDR(RegExpMacroAssemblerIA32::CheckStackGuardState); 812 function = FUNCTION_ADDR(RegExpMacroAssemblerARM::CheckStackGuardState); 814 function = FUNCTION_ADDR(RegExpMacroAssemblerMIPS::CheckStackGuardState); 818 return ExternalReference(Redirect(isolate, function)); 922 // Helper function to compute x^y, where y is known to be an 982 BinaryFPOperation* function = NULL; local 985 function = &add_two_doubles [all...] |
| full-codegen.cc | 223 // Function calls both through IC and call stub are breakable. 229 // Function calls through new are breakable. 299 Code::Flags flags = Code::ComputeFlags(Code::FUNCTION, NOT_IN_LOOP); 360 // We record the offset of the function return so we can rebuild the frame 361 // if the function was inlined, i.e., this is the return address in the 362 // inlined function's frame. 368 // In debug builds, mark the return so we can verify that this function 388 PrintF("%s", printer.PrintProgram(info_->function())); 544 // Compute array of global variable and function declarations. 564 Handle<SharedFunctionInfo> function local 697 const Runtime::Function* function = node->function(); local [all...] |
| /external/v8/src/mips/ |
| macro-assembler-mips.h | 48 // Per the MIPS ABI, register t9 must be used for indirect function call 82 // Flags used for the ObjectToDoubleFPURegister function. 562 // the builtin function to call in register a1. 573 void AlignStack(int offset); // TODO(mips) : remove this function. 580 void LoadGlobalFunction(int index, Register function); 582 // Load the initial map from the global function. The registers 583 // function and map can be the same, function is then overwritten. 584 void LoadGlobalFunctionInitialMap(Register function, 591 // Invoke the JavaScript function code by either calling or jumping [all...] |
| /external/webkit/Source/JavaScriptCore/runtime/ |
| JSObject.h | 67 Function = 1 << 4, // property is a function - only used by static hashtables 85 // The inline virtual destructor cannot be the first virtual function declared 148 // This get function only looks at the property map. 185 void putDirectFunction(ExecState* exec, InternalFunction* function, unsigned attr = 0); 186 void putDirectFunction(ExecState* exec, JSFunction* function, unsigned attr = 0); 190 void putDirectFunctionWithoutTransition(ExecState* exec, InternalFunction* function, unsigned attr = 0); 191 void putDirectFunctionWithoutTransition(ExecState* exec, JSFunction* function, unsigned attr = 0); 500 // It may seem crazy to inline a function this large, especially a virtual function, 853 ALWAYS_INLINE JSObject* Register::function() const function in class:JSC::Register [all...] |
| /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/ |
| parse-js.js | 16 - tokenizer(code) -- returns a function. Call the returned 17 function to fetch the next token. 74 "function", 203 function is_alphanumeric_char(ch) { 210 function is_identifier_char(ch) { 214 function is_digit(ch) { 219 function parse_js_number(num) { 229 function JS_Parse_Error(message, line, col, pos) { 241 JS_Parse_Error.prototype.toString = function() { 245 function js_error(message, line, col, pos) [all...] |
| /external/webkit/Source/WebCore/inspector/front-end/ |
| utilities.js | 32 Function.prototype.bind = function(thisObject) 36 function bound() 40 bound.toString = function() { 46 Node.prototype.rangeOfWord = function(offset, stopCharacters, stayWithinNode, direction) 133 Node.prototype.traverseNextTextNode = function(stayWithin) 145 Node.prototype.rangeBoundaryForOffset = function(offset) 157 Element.prototype.removeStyleClass = function(className) 162 Element.prototype.removeMatchingStyleClasses = function(classNameRegex) 169 Element.prototype.addStyleClass = function(className) [all...] |
| /external/e2fsprogs/lib/et/ |
| texinfo.tex | 928 % @unnumbered Function Index [all...] |
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| SelectionDAGBuilder.cpp | 25 #include "llvm/Function.h" 563 /// getRegisterType member function, however when with physical registers [all...] |
| /external/clang/lib/Sema/ |
| SemaStmt.cpp | [all...] |
| /external/clang/lib/Serialization/ |
| ASTWriterDecl.cpp | [all...] |
| /external/llvm/lib/Target/X86/ |
| X86FastISel.cpp | 710 const Function &F = *I->getParent()->getParent(); 806 // Mark the register as live out of the function. [all...] |
| X86ISelLowering.cpp | 27 #include "llvm/Function.h" [all...] |
| /external/webkit/Source/WebKit/qt/tests/qwebframe/ |
| tst_qwebframe.cpp | 680 // (in ecma, an Error object has typeof object, but qtscript has a convenience function) 736 : sTrue("true"), sFalse("false"), sUndefined("undefined"), sArray("array"), sFunction("function"), sError("error"), [all...] |
| /external/chromium/testing/gmock/test/ |
| gmock-actions_test.cc | 401 // 'Result' is not a member of class 'testing::internal::Function<int>' 427 // function to return 0. 560 // Tests that ReturnNull() returns NULL in a pointer-returning function. [all...] |
| /external/clang/lib/AST/ |
| StmtPrinter.cpp | 591 case PredefinedExpr::Function: [all...] |
| /external/clang/lib/CodeGen/ |
| CGException.cpp | 179 /// Determines the personality function to use when both C++ 184 // function on targets using (backend-driven) SJLJ EH. 195 // The GNU runtime's personality function inherently doesn't support 227 /// Check whether a personality function could reasonably be swapped 228 /// for a C++ personality function. 276 /// Try to use the C++ personality function in ObjC++. Not doing this 278 /// aggressive about only using the ObjC++ personality in a function 295 llvm::Function *Fn = 304 // Create the C++ personality function and kill off the old 305 // function [all...] |
| CGDecl.cpp | 76 case Decl::Function: // void X(); 93 "Should not see file-scope variables inside a function!"); 109 /// inside a function, including static vars etc. 120 // If the function definition has some sort of weak linkage, its 397 // In some cases, the type of the function argument will be different from [all...] |
| /external/llvm/include/llvm/Target/ |
| TargetLowering.h | 43 class Function; 194 /// different scheduling heuristics for different nodes. This function returns 272 /// identity function. For types that must be promoted to larger types, this 282 /// identity function. For types that must be expanded (i.e. integer types 319 /// information into the IntrinsicInfo that was passed to the function. 528 /// function arguments in the caller parameter area. This is the actual 599 /// This function returns the maximum number of store operations permitted 608 /// This function returns the maximum number of store operations permitted 617 /// This function returns the maximum number of store operations permitted 626 /// This function returns true if the target allows unaligned memory accesses [all...] |
| /external/llvm/include/llvm-c/ |
| Core.h | 223 LLVMExternalLinkage, /**< Externally visible function */ 225 LLVMLinkOnceAnyLinkage, /**< Keep one copy of function when linking (inline)*/ 228 LLVMWeakAnyLinkage, /**< Keep one copy of function when linking (weak) */ 235 LLVMDLLImportLinkage, /**< Function to be imported from DLL */ 236 LLVMDLLExportLinkage, /**< Function to be accessible from DLL */ 351 * function type 397 /* Operations on function types */ 466 macro(Function) \ [all...] |
| /external/llvm/lib/Analysis/ |
| MemoryDependenceAnalysis.cpp | 22 #include "llvm/Function.h" 91 bool MemoryDependenceAnalysis::runOnFunction(Function &) { 99 /// RemoveFromReverseMap - This is a helper function that removes Val from 237 // No dependence found. If this is the entry block of the function, it is 273 /// location value, then this function returns the size in bytes of the 498 // No dependence found. If this is the entry block of the function, it is 530 // No dependence found. If this is the entry block of the function, it is 687 // No dependence found. If this is the entry block of the function, it is [all...] |
| ValueTracking.cpp | 55 /// This function is defined on values with integer type, values with pointer [all...] |
| /external/llvm/lib/Target/ARM/ |
| ARMBaseRegisterInfo.cpp | 24 #include "llvm/Function.h" 614 // pointer will be sufficient to reach. If a function has a smallish 631 // 2. There are VLAs in the function and the base pointer is disabled. 638 const Function *F = MF.getFunction(); 961 // Without a virtual base register, if the function has variable sized 964 // Note that the incoming offset is based on the SP value at function entry, [all...] |
| /prebuilt/common/tradefed/ |
| tradefed-prebuilt.jar | |
| /external/clang/include/clang/Sema/ |
| Sema.h | 227 /// function, block, and method scopes that are currently active. 231 /// that's used to parse every top-level function. 534 /// This value is used when parsing default function arguments, for which 598 /// function. 603 /// overload to a unique non-deleted function. 631 /// \brief A cache of special member function overload resolution results [all...] |