HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 3376 - 3400 of 6482) sorted by null

<<131132133134135136137138139140>>

  /external/openssl/crypto/
armv4cpuid.S 8 .type _armv7_neon_probe,%function
15 .type _armv7_tick,%function
22 .type OPENSSL_atomic_add,%function
58 .type OPENSSL_cleanse,%function
90 .type OPENSSL_wipe_cpu,%function
120 .type OPENSSL_instrument_bus,%function
129 .type OPENSSL_instrument_bus2,%function
  /external/v8/src/
contexts.cc 197 // only the function name variable.
203 PrintF("=> found intermediate function in context slot %d\n",
243 void Context::AddOptimizedFunction(JSFunction* function) {
248 CHECK(element != function);
252 CHECK(function->next_function_link()->IsUndefined());
266 function->set_next_function_link(get(OPTIMIZED_FUNCTIONS_LIST));
267 set(OPTIMIZED_FUNCTIONS_LIST, function);
271 void Context::RemoveOptimizedFunction(JSFunction* function) {
279 if (element_function == function) {
rewriter.cc 236 FunctionLiteral* function = info->function(); local
237 ASSERT(function != NULL);
238 Scope* scope = function->scope();
242 ZoneList<Statement*>* body = function->body();
251 ASSERT(function->end_position() != RelocInfo::kNoPosition);
256 // the end position of the function generated for executing the eval code
258 int position = function->end_position();
  /external/v8/src/ia32/
deoptimizer-ia32.cc 117 void Deoptimizer::DeoptimizeFunction(JSFunction* function) {
118 if (!function->IsOptimized()) return;
120 Isolate* isolate = function->GetIsolate();
125 Code* code = function->code();
197 // Set the code for the function to non-optimized version.
198 function->ReplaceCode(function->shared()->code());
202 function->PrintName();
203 PrintF(" / %x]\n", reinterpret_cast<uint32_t>(function));
333 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator.Next())) local
455 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next())); local
553 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next())); local
665 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next())); local
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 49 void Deoptimizer::DeoptimizeFunction(JSFunction* function) {
53 if (!function->IsOptimized()) return;
56 Code* code = function->code();
68 Address instruction_start = function->code()->instruction_start();
103 // Set the code for the function to non-optimized version.
104 function->ReplaceCode(function->shared()->code());
108 function->PrintName();
109 PrintF(" / %" V8PRIxPTR "]\n", reinterpret_cast<intptr_t>(function));
219 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator.Next())) local
342 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next())); local
445 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next())); local
564 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next())); local
    [all...]
  /external/v8/test/mjsunit/
debug-evaluate-locals-optimized-double.js 55 function arraySum(arr) {
56 return arr.reduce(function (a, b) { return a + b; }, 0);
59 function listener(event, exec_state, event_data, data) {
89 Object.keys(expected_locals).forEach(function (name) {
100 Object.keys(expected_locals).forEach(function (name) {
114 map(function (k) { return expected_locals[k]; }));
120 var arguments_sum = expected_args.names.map(function(_, idx) {
131 // Check the frame function.
151 // When function f is optimized (1 means YES, see runtime.cc) we
183 function h(i, x0, y0)
    [all...]
debug-evaluate-locals-optimized.js 45 function arraySum(arr) {
46 return arr.reduce(function (a, b) { return a + b; }, 0);
49 function listener(event, exec_state, event_data, data) {
79 Object.keys(expected_locals).forEach(function (name) {
90 Object.keys(expected_locals).forEach(function (name) {
104 map(function (k) { return expected_locals[k]; }));
110 var arguments_sum = expected_args.names.map(function(_, idx) {
121 // Check the frame function.
141 // When function f is optimized (1 means YES, see runtime.cc) we
173 function h(i, x0, y0)
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.4.4-1.js 59 Note that the reverse function is intentionally generic; it does not require
61 kinds of objects for use as a method. Whether the reverse function can be applied
83 function getTestCases() {
155 var FUNCTION_OBJECT = new Function( 'return this' );
206 function CheckItems( R, A ) {
215 function test() {
226 function Object_1( value ) {
235 function Reverse( array ) {
258 function Iterate( array ) {
264 function Object_1( value )
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.23-1.js 49 function getTestCases() {
71 function addTestCase( startTime, setTime ) {
114 function MyDate() {
123 function LocalDateFromTime(t) {
127 function UTCDateFromTime(t) {
130 function MyDateFromTime( t ) {
145 function test() {
15.9.5.23-10.js 49 function getTestCases() {
70 function addTestCase( startTime, setTime ) {
113 function MyDate() {
122 function LocalDateFromTime(t) {
126 function UTCDateFromTime(t) {
129 function MyDateFromTime( t ) {
144 function test() {
15.9.5.23-11.js 49 function getTestCases() {
69 function addTestCase( startTime, setTime ) {
112 function MyDate() {
121 function LocalDateFromTime(t) {
125 function UTCDateFromTime(t) {
128 function MyDateFromTime( t ) {
143 function test() {
15.9.5.23-12.js 49 function getTestCases() {
67 function addTestCase( startTime, setTime ) {
110 function MyDate() {
119 function LocalDateFromTime(t) {
123 function UTCDateFromTime(t) {
126 function MyDateFromTime( t ) {
141 function test() {
15.9.5.23-13.js 49 function getTestCases() {
64 function addTestCase( startTime, setTime ) {
107 function MyDate() {
116 function LocalDateFromTime(t) {
120 function UTCDateFromTime(t) {
123 function MyDateFromTime( t ) {
138 function test() {
15.9.5.23-14.js 49 function getTestCases() {
62 function addTestCase( startTime, setTime ) {
105 function MyDate() {
114 function LocalDateFromTime(t) {
118 function UTCDateFromTime(t) {
121 function MyDateFromTime( t ) {
136 function test() {
15.9.5.23-15.js 48 function getTestCases() {
58 function addTestCase( startTime, setTime ) {
101 function MyDate() {
110 function LocalDateFromTime(t) {
114 function UTCDateFromTime(t) {
117 function MyDateFromTime( t ) {
132 function test() {
15.9.5.23-16.js 48 function getTestCases() {
57 function addTestCase( startTime, setTime ) {
100 function MyDate() {
109 function LocalDateFromTime(t) {
113 function UTCDateFromTime(t) {
116 function MyDateFromTime( t ) {
131 function test() {
15.9.5.23-17.js 48 function getTestCases() {
56 function addTestCase( startTime, setTime ) {
99 function MyDate() {
108 function LocalDateFromTime(t) {
112 function UTCDateFromTime(t) {
115 function MyDateFromTime( t ) {
130 function test() {
15.9.5.23-18.js 48 function getTestCases() {
53 function addTestCase( startTime, setTime ) {
96 function MyDate() {
105 function LocalDateFromTime(t) {
109 function UTCDateFromTime(t) {
112 function MyDateFromTime( t ) {
127 function test() {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
forin-001.js 40 function ForIn_1( object ) {
69 function ForIn_2( object ) {
100 function ForIn_3( object ) {
133 function ForIn_4( object ) {
180 function ForIn_5 (object) {
226 function ForIn_7( object ) {
265 function ForIn_8( object ) {
  /external/webkit/Source/WebCore/inspector/front-end/
TextEditorHighlighter.js 32 WebInspector.TextEditorHighlighter = function(textModel, damageCallback)
53 highlight: function(endLine, opt_forceRun)
82 updateHighlight: function(startLine, endLine)
114 _highlightInChunks: function(startLine, endLine)
140 _highlightLines: function(startLine, endLine)
210 _selectHighlightState: function(lineNumber, preConditionStringified)
233 _clearHighlightState: function(lineNumber)
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEComponentTransfer.cpp 216 static TextStream& operator<<(TextStream& ts, const ComponentTransferFunction& function)
218 ts << "type=\"" << function.type
219 << "\" slope=\"" << function.slope
220 << "\" intercept=\"" << function.intercept
221 << "\" amplitude=\"" << function.amplitude
222 << "\" exponent=\"" << function.exponent
223 << "\" offset=\"" << function.offset << "\"";
  /external/wpa_supplicant_8/src/utils/
trace.c 121 const char *function; member in struct:bfd_data
149 &data->function,
173 if (data.function)
174 aname = bfd_demangle(abfd, data.function,
176 name = aname ? aname : data.function;
192 &data.function, &data.line);
212 return data.function;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
asm.h 44 #define LEAF(symbol) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, 0, ra
45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rpc
46 #define END(function) .end function; .size function, .-function
49 #define FEXPORT(symbol) .globl symbol; .type symbol, @function; symbol:
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
asm.h 44 #define LEAF(symbol) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, 0, ra
45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rpc
46 #define END(function) .end function; .size function, .-function
49 #define FEXPORT(symbol) .globl symbol; .type symbol, @function; symbol:
  /external/v8/test/cctest/
test-decls.cc 77 virtual Local<ObjectTemplate> GetHolder(Local<FunctionTemplate> function) {
78 return function->InstanceTemplate();
113 Local<FunctionTemplate> function = FunctionTemplate::New(); local
115 GetHolder(function)->SetNamedPropertyHandler(&HandleGet,
120 context_ = Context::New(0, function->InstanceTemplate(), Local<Value>());
224 context.Check("function x() { }; x",
279 context.Check("function x() { }; x",
333 context.Check("function x() { }; x",
423 context.Check("function x() { }; x",
517 virtual Local<ObjectTemplate> GetHolder(Local<FunctionTemplate> function) {
    [all...]

Completed in 995 milliseconds

<<131132133134135136137138139140>>