HomeSort by relevance Sort by last modified time
    Searched refs:JSFunction (Results 76 - 100 of 164) sorted by null

1 2 34 5 6 7

  /external/v8/src/
lithium.h 434 LEnvironment(Handle<JSFunction> closure,
453 Handle<JSFunction> closure() const { return closure_; }
493 Handle<JSFunction> closure_;
api.h 175 v8::internal::Handle<v8::internal::JSFunction> obj);
225 static inline v8::internal::Handle<v8::internal::JSFunction>
271 MAKE_TO_LOCAL(ToLocal, JSFunction, Function)
311 MAKE_OPEN_HANDLE(Function, JSFunction)
string-stream.h 153 void PrintPrototype(JSFunction* fun, Object* receiver);
hydrogen-instructions.h     [all...]
builtins.cc 64 Handle<JSFunction> called_function() {
66 return Arguments::at<JSFunction>(Arguments::length() - 1);
97 // Make sure cast to JSFunction succeeds.
195 JSFunction* constructor =
259 JSFunction* array_function =
420 Handle<JSFunction> function(Handle<JSFunction>::cast(js_builtin));
    [all...]
heap.h 432 JSFunction* constructor, PretenureFlag pretenure = NOT_TENURED);
438 MUST_USE_RESULT MaybeObject* AllocateGlobalObject(JSFunction* constructor);
449 MUST_USE_RESULT MaybeObject* AllocateFunctionPrototype(JSFunction* function);
456 JSFunction* constructor, JSGlobalProxy* global);
483 MUST_USE_RESULT MaybeObject* AllocateInitialMap(JSFunction* fun);
637 JSFunction* closure);
    [all...]
ast.cc 677 static bool CanCallWithoutIC(Handle<JSFunction> target, int arity) {
705 target_ = Handle<JSFunction>(lookup.GetConstantFunctionFromMap(*type));
716 target_ = Handle<JSFunction>::null();
723 Handle<JSFunction> candidate(JSFunction::cast(cell_->value()));
hydrogen.h 317 Handle<JSFunction> closure);
320 Handle<JSFunction> closure() const { return closure_; }
389 HEnvironment* CopyForInlining(Handle<JSFunction> target,
431 Handle<JSFunction> closure_;
817 void TraceInline(Handle<JSFunction> target, const char* failure_reason);
    [all...]
objects.cc 63 MUST_USE_RESULT static MaybeObject* CreateJSValue(JSFunction* constructor,
220 JSFunction::cast(getter));
232 JSFunction* getter) {
234 Handle<JSFunction> fun(JSFunction::cast(getter));
477 JSFunction* fun = JSFunction::cast(cons_obj);
921 Object* fun_name = JSFunction::cast(this)->shared()->name();
    [all...]
liveobjectlist.cc 103 v(JSFunction, "JSFunction") \
170 // JSFunction). If we find a more specialized match but we're looking for
520 JSFunction* func = JSFunction::cast(obj);
720 Handle<JSFunction> args_function)
771 Handle<JSFunction> args_function_;
883 Handle<JSFunction> args_function)
908 Handle<JSFunction> args_function_;
    [all...]
objects-debug.cc 133 JSFunction::cast(this)->JSFunctionVerify();
323 void JSFunction::JSFunctionVerify() {
680 JSFunction::cast(get(kFactoryIndex))->Verify();
  /external/v8/test/cctest/
test-mark-compact.cc 181 JSFunction* function = JSFunction::cast(
202 function = JSFunction::cast(func_value);
test-deoptimization.cc 45 using ::v8::internal::JSFunction;
100 static Handle<JSFunction> GetJSFunction(v8::Handle<v8::Object> obj,
240 Handle<v8::internal::JSFunction> f = v8::Utils::OpenHandle(*fun);
  /external/skia/src/xml/
SkJS.cpp 119 JSFunction *fun;
  /external/webkit/Source/JavaScriptCore/jit/
JITCall.cpp 36 #include "JSFunction.h"
52 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_scopeChain)), regT3); // scopeChain
183 // This plants a check for a cached JSFunction value, so we can plant a fast link to the callee.
203 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_scopeChain)), regT1); // newScopeChain
JITCall32_64.cpp 37 #include "JSFunction.h"
52 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_scopeChain)), regT3); // scopeChain
283 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_scopeChain)), regT2);
  /external/v8/src/arm/
stub-cache-arm.cc 284 FieldMemOperand(prototype, JSFunction::kPrototypeOrInitialMapOffset));
299 JSFunction* function =
300 JSFunction::cast(isolate->global_context()->get(index));
620 JSFunction* function = optimization.constant_function();
621 __ mov(r5, Operand(Handle<JSFunction>(function)));
622 __ ldr(cp, FieldMemOperand(r5, JSFunction::kContextOffset));
    [all...]
deoptimizer-arm.cc 53 void Deoptimizer::DeoptimizeFunction(JSFunction* function) {
241 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator.Next()));
370 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next()));
  /external/v8/src/x64/
stub-cache-x64.cc 251 FieldOperand(prototype, JSFunction::kPrototypeOrInitialMapOffset));
266 JSFunction* function =
267 JSFunction::cast(isolate->global_context()->get(index));
467 JSFunction* function = optimization.constant_function();
468 __ Move(rdi, Handle<JSFunction>(function));
469 __ movq(rsi, FieldOperand(rdi, JSFunction::kContextOffset));
    [all...]
deoptimizer-x64.cc 109 void Deoptimizer::DeoptimizeFunction(JSFunction* function) {
311 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator.Next()));
439 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next()));
macro-assembler-x64.cc 784 movq(target, FieldOperand(rdi, JSFunction::kCodeEntryOffset));
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 283 JSFunction* function =
284 JSFunction::cast(masm->isolate()->global_context()->get(index));
480 JSFunction* function = optimization.constant_function();
481 __ mov(edi, Immediate(Handle<JSFunction>(function)));
482 __ mov(esi, FieldOperand(edi, JSFunction::kContextOffset));
    [all...]
macro-assembler-ia32.cc     [all...]
deoptimizer-ia32.cc 134 void Deoptimizer::DeoptimizeFunction(JSFunction* function) {
319 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator.Next()));
446 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next()));
  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.cpp 61 #include <runtime/JSFunction.h>
426 return new (exec) JSFunction(exec, exec->lexicalGlobalObject(), exec->lexicalGlobalObject()->functionStructure(), 0, propertyName, objectProtoFuncToString);

Completed in 1266 milliseconds

1 2 34 5 6 7