| /external/llvm/lib/Target/ARM/ |
| ARMFastISel.cpp | 254 // If we're a thumb2 or not NEON function we were handled via isPredicable. [all...] |
| /external/llvm/lib/Target/R600/ |
| AMDGPUStructurizeCFG.cpp | 174 Function *Func; 792 /// After this function control flow looks like it should be, but
|
| /external/llvm/lib/Transforms/Scalar/ |
| SROA.cpp | 22 /// function until all opportunities for promotion have been realized. 41 #include "llvm/IR/Function.h" 536 // function is being instrumented for addressing bugs or race conditions. [all...] |
| /external/v8/src/ |
| assembler.cc | 749 ExternalReference::ExternalReference(const Runtime::Function* f, 1012 Address function; local 1014 function = FUNCTION_ADDR(RegExpMacroAssemblerX64::CheckStackGuardState); 1016 function = FUNCTION_ADDR(RegExpMacroAssemblerIA32::CheckStackGuardState); 1018 function = FUNCTION_ADDR(RegExpMacroAssemblerARM::CheckStackGuardState); 1020 function = FUNCTION_ADDR(RegExpMacroAssemblerMIPS::CheckStackGuardState); 1024 return ExternalReference(Redirect(isolate, function)); 1210 BinaryFPOperation* function = NULL; local [all...] |
| date.js | 42 // Helper function to throw error. 43 function ThrowDateTypeError() { 51 function LocalTimezone(t) { 63 function UTC(time) { 72 function MakeTime(hour, min, sec, ms) { 85 function TimeInYear(year) { 96 function MakeDay(year, month, date) { 115 function MakeDate(day, time) { 128 function TimeClip(time) { 145 %SetCode($Date, function(year, month, date, hours, minutes, seconds, ms) [all...] |
| full-codegen.cc | 243 // Function calls both through IC and call stub are breakable. 249 // Function calls through new are breakable. 314 Code::Flags flags = Code::ComputeFlags(Code::FUNCTION); 317 !info->function()->flags()->Contains(kDontOptimize) && 318 info->function()->scope()->AllowsLazyRecompilation()); 411 // We record the offset of the function return so we can rebuild the frame 412 // if the function was inlined, i.e., this is the return address in the 413 // inlined function's frame. 419 // In debug builds, mark the return so we can verify that this function 441 PrintF("%s", printer.PrintProgram(info_->function())); 601 Handle<SharedFunctionInfo> function = local 777 const Runtime::Function* function = expr->function(); local [all...] |
| /external/v8/src/x64/ |
| macro-assembler-x64.h | 52 // function calling convention. 87 // responsibility of the caller to never invoke such function on the 336 // Invoke the JavaScript function code by either calling or jumping. 352 // Invoke the JavaScript function in the given register. Changes the 353 // current context to the context in the function before invoking. 354 void InvokeFunction(Register function, 360 void InvokeFunction(Handle<JSFunction> function, 366 // Invoke specified builtin JavaScript function. Adds an entry to 372 // Store the function for the given builtin in the target register. 485 // Test-and-jump functions. Typically combines a check function [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...] |
| /frameworks/compile/mclinker/lib/Target/ARM/ |
| ARMRelocator.cpp | 25 /// the prototype of applying function 84 (pReloc.symInfo()->type() == ResolveInfo::Function) && 94 // Relocation helper function // 353 // Each relocation function implementation //
|
| /external/e2fsprogs/lib/et/ |
| texinfo.tex | 928 % @unnumbered Function Index [all...] |
| /external/clang/lib/Sema/ |
| SemaExprCXX.cpp | 505 // non-volatile automatic object (other than a function or catch- 558 // the type from "array of T" or "function returning T" to "pointer to T" 559 // or "pointer to function returning T", [...] 597 // non-volatile automatic object (other than a function or catch-clause 743 /// C++ 9.3.2: In the body of a non-static member function, the keyword this 745 /// which the function is called. 755 // If we're outside the body of a member function, then we'll have a specified 783 /// Can be interpreted either as function-style casting ("int(x)") [all...] |
| /external/clang/lib/Serialization/ |
| ASTWriterDecl.cpp | [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...] |
| /prebuilts/devtools/tools/lib/ |
| monkeyrunner.jar | |
| /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/tools/libclang/ |
| IndexingContext.cpp | 346 // function where it occurred yet. 724 // can handle invalid user code, like a function re-definition. [all...] |
| /external/clang/tools/scan-build/ |
| scan-build | 302 Function => $1, 550 function SetDisplay(RowClass, DisplayVal) 560 function CopyCheckedStateToCheckButtons(SummaryCheckButton) { 572 function returnObjById( id ) { 584 function ToggleDisplay(CheckButton, ClassName) { 1017 # DisplayHelp - Utility function to display all help options. [all...] |
| /external/llvm/include/llvm-c/ |
| Core.h | 282 LLVMExternalLinkage, /**< Externally visible function */ 284 LLVMLinkOnceAnyLinkage, /**< Keep one copy of function when linking (inline)*/ 288 LLVMWeakAnyLinkage, /**< Keep one copy of function when linking (weak) */ 295 LLVMDLLImportLinkage, /**< Function to be imported from DLL */ 296 LLVMDLLExportLinkage, /**< Function to be accessible from DLL */ 387 * Every call to this function should be paired with a call to 544 * Add a function to a module under a specified name. 546 * @see llvm::Function::Create() 552 * Obtain a Function value from a Module by its name. 554 * The returned value corresponds to a llvm::Function value [all...] |
| /external/llvm/lib/Analysis/ |
| MemoryDependenceAnalysis.cpp | 28 #include "llvm/IR/Function.h" 90 bool MemoryDependenceAnalysis::runOnFunction(Function &) { 99 /// RemoveFromReverseMap - This is a helper function that removes Val from 242 // No dependence found. If this is the entry block of the function, it is 278 /// location value, then this function returns the size in bytes of the 355 /// instruction as well; this function may take advantage of the metadata 536 // No dependence found. If this is the entry block of the function, it is 568 // No dependence found. If this is the entry block of the function, it is 725 // No dependence found. If this is the entry block of the function, it is [all...] |
| /external/llvm/lib/MC/ |
| MCAsmStreamer.cpp | 451 case MCSA_ELF_TypeFunction: /// .type _foo, STT_FUNC # aka @function 463 case MCSA_ELF_TypeFunction: OS << "function"; break; [all...] |
| /external/v8/src/arm/ |
| macro-assembler-arm.h | 72 // Flags used for the ObjectToDoubleVFPRegister function. 96 // responsibility of the caller to never invoke such function on the 510 void LoadGlobalFunction(int index, Register function); 512 // Load the initial map from the global function. The registers 513 // function and map can be the same, function is then overwritten. 514 void LoadGlobalFunctionInitialMap(Register function, 532 // Invoke the JavaScript function code by either calling or jumping. 547 // Invoke the JavaScript function in the given register. Changes the 548 // current context to the context in the function before invoking [all...] |
| /external/v8/src/mips/ |
| macro-assembler-mips.h | 48 // Per the MIPS ABI, register t9 must be used for indirect function call 68 // Flags used for the ObjectToDoubleFPURegister function. 84 // Flags used for the li macro-assembler function. 136 // responsibility of the caller to never invoke such function on the 726 // Wrapper function for the different cmp/branch types. 824 void LoadGlobalFunction(int index, Register function); 826 // Load the initial map from the global function. The registers 827 // function and map can be the same, function is then overwritten. 828 void LoadGlobalFunctionInitialMap(Register function, [all...] |
| /external/clang/lib/CodeGen/ |
| CGExprScalar.cpp | 27 #include "llvm/IR/Function.h" 381 // The result shall only be used as the operand for the function call [all...] |