HomeSort by relevance Sort by last modified time
    Searched full:jsfunction (Results 126 - 150 of 220) sorted by null

1 2 3 4 56 7 8 9

  /external/v8/src/arm/
stub-cache-arm.cc 294 FieldMemOperand(prototype, JSFunction::kPrototypeOrInitialMapOffset));
312 Handle<JSFunction> function(
313 JSFunction::cast(isolate->global_context()->get(index)));
641 Handle<JSFunction> function = optimization.constant_function();
643 __ ldr(cp, FieldMemOperand(r5, JSFunction::kContextOffset));
    [all...]
lithium-arm.h 836 Handle<JSFunction> function() const { return hydrogen()->function(); }
    [all...]
macro-assembler-arm.cc     [all...]
  /external/v8/src/mips/
stub-cache-mips.cc 281 FieldMemOperand(prototype, JSFunction::kPrototypeOrInitialMapOffset));
299 Handle<JSFunction> function(
300 JSFunction::cast(isolate->global_context()->get(index)));
625 Handle<JSFunction> function = optimization.constant_function();
627 __ lw(cp, FieldMemOperand(t1, JSFunction::kContextOffset));
    [all...]
lithium-mips.h 835 Handle<JSFunction> function() const { return hydrogen()->function(); }
    [all...]
  /external/v8/src/
liveobjectlist.cc 104 v(JSFunction, "JSFunction") \
171 // JSFunction). If we find a more specialized match but we're looking for
522 JSFunction* func = JSFunction::cast(obj);
727 Handle<JSFunction> args_function)
778 Handle<JSFunction> args_function_;
890 Handle<JSFunction> args_function)
915 Handle<JSFunction> args_function_;
    [all...]
api.cc     [all...]
heap.cc     [all...]
ast.cc 500 Handle<JSFunction>(lookup.GetConstantFunctionFromMap(*type));
528 target_ = Handle<JSFunction>::null();
535 Handle<JSFunction> candidate(JSFunction::cast(cell_->value()));
    [all...]
debug.h 242 void FloodBoundFunctionWithOneShot(Handle<JSFunction> function);
295 void HandleStepIn(Handle<JSFunction> function,
741 void OnNewFunction(Handle<JSFunction> fun);
771 Handle<Object> Call(Handle<JSFunction> fun,
    [all...]
objects-debug.cc 145 JSFunction::cast(this)->JSFunctionVerify();
471 void JSFunction::JSFunctionVerify() {
886 JSFunction::cast(get(kFactoryIndex))->Verify();
objects.cc 65 MUST_USE_RESULT static MaybeObject* CreateJSValue(JSFunction* constructor,
285 Handle<JSFunction>::cast(fun), Handle<Object>::null(), 0, false);
540 JSFunction* fun = JSFunction::cast(cons_obj);
    [all...]
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2009-06-16     [all...]
ChangeLog 504 * runtime/JSFunction.cpp:
505 (JSC::JSFunction::JSFunction):
506 * runtime/JSFunction.h:
507 (JSC::JSFunction::createStructure):
    [all...]
  /external/v8/src/x64/
lithium-x64.h 833 Handle<JSFunction> function() const { return hydrogen()->function(); }
    [all...]
lithium-codegen-x64.cc 608 const ZoneList<Handle<JSFunction> >* inlined_closures =
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes.cpp 36 #include "JSFunction.h"
103 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
112 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
123 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
132 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
214 loadPtr(Address(X86Registers::esi, OBJECT_OFFSETOF(JSFunction, m_executable)), X86Registers::r9);
236 loadPtr(Address(ARMRegisters::r1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
263 loadPtr(Address(MIPSRegisters::a2, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
    [all...]
JITStubs.cpp 48 #include "JSFunction.h"
    [all...]
  /external/v8/test/cctest/
test-alloc.cc 150 Handle<JSFunction> function =
  /external/v8/tools/
grokdump.py 792 class JSFunction(HeapObject):
808 p.Print("JSFunction(%s) {" % self.heap.reader.FormatIntPtr(self.address))
827 return "JSFunction(%s, %s)" % \
943 "JS_FUNCTION_TYPE": JSFunction,
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
Nodes.cpp 34 #include "JSFunction.h"
  /external/webkit/Source/JavaScriptCore/runtime/
JSActivation.cpp 34 #include "JSFunction.h"
JSObject.cpp 30 #include "JSFunction.h"
545 void JSObject::putDirectFunction(ExecState* exec, JSFunction* function, unsigned attr)
555 void JSObject::putDirectFunctionWithoutTransition(ExecState* exec, JSFunction* function, unsigned attr)
  /external/webkit/Source/WebKit/mac/WebView/
WebScriptDebugDelegate.mm 44 #import <runtime/JSFunction.h>
  /external/v8/src/ia32/
macro-assembler-ia32.cc     [all...]

Completed in 2535 milliseconds

1 2 3 4 56 7 8 9