HomeSort by relevance Sort by last modified time
    Searched full:jsfunction (Results 101 - 125 of 221) sorted by null

1 2 3 45 6 7 8 9

  /external/v8/src/
lithium.h 444 LEnvironment(Handle<JSFunction> closure,
465 Handle<JSFunction> closure() const { return closure_; }
512 Handle<JSFunction> closure_;
profile-generator.cc     [all...]
api.h 173 v8::internal::Handle<v8::internal::JSFunction> obj);
223 static inline v8::internal::Handle<v8::internal::JSFunction>
269 MAKE_TO_LOCAL(ToLocal, JSFunction, Function)
309 MAKE_OPEN_HANDLE(Function, JSFunction)
bootstrapper.h 39 // (AsciiString*, JSFunction*), mapping names of native code files
compiler.cc 84 CompilationInfo::CompilationInfo(Handle<JSFunction> closure)
157 static void FinishOptimization(Handle<JSFunction> function, int64_t start) {
376 JSFunction::cast(it.frame()->function())->shared());
642 Handle<JSFunction> function = info->closure();
objects-visiting-inl.h 77 template VisitSpecialized<JSFunction::kSize>);
string-stream.h 154 void PrintPrototype(JSFunction* fun, Object* receiver);
liveedit.cc 628 Handle<JSFunction> constructor =
1019 static bool IsInlined(JSFunction* function, SharedFunctionInfo* candidate) {
1033 JSFunction* inlined = JSFunction::cast(literals->get(i));
1050 virtual void VisitFunction(JSFunction* function)
    [all...]
builtins.cc 66 Handle<JSFunction> called_function() {
68 return Arguments::at<JSFunction>(Arguments::length() - 1);
99 // Make sure cast to JSFunction succeeds.
190 JSFunction* constructor) {
468 Handle<JSFunction> function = Handle<JSFunction>::cast(js_builtin);
    [all...]
  /external/v8/src/x64/
debug-x64.cc 322 __ movq(rsi, FieldOperand(rdi, JSFunction::kContextOffset));
325 __ movq(rdx, FieldOperand(rdi, JSFunction::kSharedFunctionInfoOffset));
329 // Re-run JSFunction, rdi is function, rsi is context.
  /external/v8/test/cctest/
test-mark-compact.cc 189 JSFunction* function = JSFunction::cast(
210 function = JSFunction::cast(func_value);
test-func-name-inference.cc 40 using ::v8::internal::JSFunction;
73 Handle<SharedFunctionInfo>(JSFunction::cast(*obj)->shared());
  /external/v8/tools/
gen-postmortem-metadata.py 129 'ConsString', 'FixedArray', 'HeapNumber', 'JSArray', 'JSFunction',
226 # For example, "JS_FUNCTION_TYPE" becomes "JSFunction". We find the
245 # "JS_FUNCTION_TYPE" => "JSFunction").
  /external/webkit/Source/JavaScriptCore/jit/
JIT.cpp 42 #include "JSFunction.h"
597 void JIT::linkCall(JSFunction* callee, CodeBlock* callerCodeBlock, CodeBlock* calleeCodeBlock, JIT::CodePtr code, CallLinkInfo* callLinkInfo, int callerArgCount, JSGlobalData* globalData)
614 void JIT::linkConstruct(JSFunction* callee, CodeBlock* callerCodeBlock, CodeBlock* calleeCodeBlock, JIT::CodePtr code, CallLinkInfo* callLinkInfo, int callerArgCount, JSGlobalData* globalData)
JITOpcodes32_64.cpp 37 #include "JSFunction.h"
104 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
113 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
124 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
133 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
221 loadPtr(Address(regT1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT1);
244 loadPtr(Address(ARMRegisters::r1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
264 loadPtr(Address(regT5, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
290 loadPtr(Address(MIPSRegisters::a2, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
377 loadPtr(Address(ARMRegisters::r1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2)
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 283 Handle<JSFunction> function(
284 JSFunction::cast(masm->isolate()->global_context()->get(index)));
481 Handle<JSFunction> function = optimization.constant_function();
483 __ mov(esi, FieldOperand(edi, JSFunction::kContextOffset));
    [all...]
  /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);
  /external/webkit/Source/JavaScriptCore/
CMakeLists.txt 119 runtime/JSFunction.cpp
JavaScriptCore.pro 155 runtime/JSFunction.cpp \
ChangeLog-2008-08-10     [all...]
  /external/webkit/Source/JavaScriptCore/profiler/
ProfileGenerator.cpp 33 #include "JSFunction.h"
  /external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptvalue/
tst_qscriptvalue.cpp 118 QTest::newRow("jsfunction") << m_engine->evaluate("(function {})");
  /external/webkit/Source/JavaScriptCore/runtime/
Error.cpp 29 #include "JSFunction.h"
JSCell.cpp 26 #include "JSFunction.h"
JSValue.cpp 31 #include "JSFunction.h"

Completed in 469 milliseconds

1 2 3 45 6 7 8 9