HomeSort by relevance Sort by last modified time
    Searched refs:JSFunction (Results 51 - 75 of 249) sorted by null

1 23 4 5 6 7 8 910

  /external/chromium_org/v8/src/
type-info.h 279 static bool CanRetainOtherContext(JSFunction* function,
285 Handle<JSFunction> GetCallTarget(Call* expr);
286 Handle<JSFunction> GetCallNewTarget(CallNew* expr);
compiler.h 60 CompilationInfo(Handle<JSFunction> closure, Zone* zone);
81 Handle<JSFunction> closure() const { return closure_; }
389 Handle<JSFunction> closure_;
450 explicit CompilationInfoWithZone(Handle<JSFunction> closure)
603 static void RecompileParallel(Handle<JSFunction> function);
type-info.cc 306 Handle<JSFunction> TypeFeedbackOracle::GetCallTarget(Call* expr) {
309 return Handle<JSFunction>(isolate_->global_context()->array_function());
311 return Handle<JSFunction>::cast(info);
316 Handle<JSFunction> TypeFeedbackOracle::GetCallNewTarget(CallNew* expr) {
319 return Handle<JSFunction>(isolate_->global_context()->array_function());
321 return Handle<JSFunction>::cast(info);
505 // If the constructor is not null or a JSFunction, we have to
509 if (CanRetainOtherContext(JSFunction::cast(constructor),
518 JSFunction* function = JSFunction::cast(constructor)
    [all...]
frames.h 517 JSFunction* function,
527 Handle<JSFunction> function() { return function_; }
537 Handle<JSFunction> function_;
549 inline JSFunction* function() const;
596 virtual void GetFunctions(List<JSFunction*>* functions);
666 virtual void GetFunctions(List<JSFunction*>* functions);
676 JSFunction* LiteralAt(FixedArray* literal_array, int literal_id);
liveedit.cc 636 Handle<JSFunction> constructor = isolate->opaque_reference_function();
    [all...]
lithium.h 515 LEnvironment(Handle<JSFunction> closure,
541 Handle<JSFunction> closure() const { return closure_; }
632 Handle<JSFunction> closure_;
765 const ZoneList<Handle<JSFunction> >* inlined_closures() const {
769 void AddInlinedClosure(Handle<JSFunction> closure) {
793 ZoneList<Handle<JSFunction> > inlined_closures_;
handles.h 54 // Ex. Handle<JSFunction> can be passed when Handle<Object> is expected.
314 void SetExpectedNofProperties(Handle<JSFunction> func, int nof);
322 Handle<JSFunction> constructor,
325 Handle<Object> SetPrototype(Handle<JSFunction> function,
incremental-marking-inl.h 77 void IncrementalMarking::RecordWriteOfCodeEntry(JSFunction* host,
property.h 439 JSFunction* GetConstantFunction() {
441 return JSFunction::cast(GetValue());
449 JSFunction* GetConstantFunctionFromMap(Map* map) {
450 return JSFunction::cast(GetConstantFromMap(map));
handles.cc 144 Handle<JSFunction> constructor,
153 void SetExpectedNofProperties(Handle<JSFunction> func, int nof) {
211 Handle<Object> SetPrototype(Handle<JSFunction> function,
358 Handle<JSFunction> constructor = isolate->script_function();
591 Handle<JSFunction> method = Handle<JSFunction>::cast(property);
621 Handle<JSFunction> arguments_function = Handle<JSFunction>(
622 JSFunction::cast(arguments_boilerplate->map()->constructor()),
    [all...]
runtime.cc 247 Handle<Context>(JSFunction::NativeContextFromLiterals(*literals));
369 Handle<JSFunction> constructor(
370 JSFunction::NativeContextFromLiterals(*literals)->array_function());
639 CONVERT_ARG_CHECKED(JSFunction, construct_trap, 2);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc 266 Handle<JSFunction> function =
293 Handle<JSFunction> function(JSFunction::cast(func_value));
622 Handle<JSFunction> function =
649 JSFunction* object_function = JSFunction::cast(raw_object);
650 Handle<JSFunction> constructor(object_function);
722 Handle<JSFunction> function =
750 Handle<JSFunction> function = Handle<JSFunction>(
    [all...]
  /external/v8/src/
compiler.h 46 explicit CompilationInfo(Handle<JSFunction> closure);
65 Handle<JSFunction> closure() const { return closure_; }
241 Handle<JSFunction> closure_;
debug.cc 767 Handle<JSFunction> function =
923 Handle<SharedFunctionInfo>(JSFunction::cast(frame->function())->shared());
    [all...]
type-info.h 269 static bool CanRetainOtherContext(JSFunction* function,
275 Handle<JSFunction> GetCallTarget(Call* expr);
276 Handle<JSFunction> GetCallNewTarget(CallNew* expr);
ic.cc 152 JSFunction* function = JSFunction::cast(frame->function());
480 Handle<JSFunction> function = Handle<JSFunction>::cast(callee);
563 Handle<JSFunction> function = Handle<JSFunction>::cast(result);
589 JSFunction* function = lookup->GetConstantFunction();
645 Handle<JSFunction> function(lookup->GetConstantFunction());
658 Handle<JSFunction> function(JSFunction::cast(cell->value()))
    [all...]
type-info.cc 259 JSFunction* function = NULL;
279 Handle<JSFunction> TypeFeedbackOracle::GetCallTarget(Call* expr) {
280 return Handle<JSFunction>::cast(GetInfo(expr->id()));
284 Handle<JSFunction> TypeFeedbackOracle::GetCallNewTarget(CallNew* expr) {
285 return Handle<JSFunction>::cast(GetInfo(expr->id()));
526 // If the constructor is not null or a JSFunction, we have to
530 if (CanRetainOtherContext(JSFunction::cast(constructor),
539 JSFunction* function = JSFunction::cast(constructor);
544 bool TypeFeedbackOracle::CanRetainOtherContext(JSFunction* function
    [all...]
objects-inl.h 154 JSFunction* fun = JSFunction::cast(cons_obj);
604 TYPE_CHECKER(JSFunction, JS_FUNCTION_TYPE)
607 template <> inline bool Is<JSFunction>(Object* obj) {
    [all...]
  /external/chromium_org/v8/src/x64/
builtins-x64.cc 78 FieldOperand(rdi, JSFunction::kSharedFunctionInfoOffset));
178 // Verified that the constructor is a JSFunction.
181 __ movq(rax, FieldOperand(rdi, JSFunction::kPrototypeOrInitialMapOffset));
190 // Check that the constructor is not constructing a JSFunction (see
201 __ movq(rcx, FieldOperand(rdi, JSFunction::kSharedFunctionInfoOffset));
386 __ movq(rsi, FieldOperand(rdi, JSFunction::kContextOffset));
463 // - JSFunction* function (
490 __ movq(rsi, FieldOperand(rdx, JSFunction::kContextOffset));
522 __ movq(rsi, FieldOperand(rdi, JSFunction::kContextOffset));
796 __ movq(rsi, FieldOperand(rdi, JSFunction::kContextOffset))
    [all...]
  /external/chromium_org/v8/src/ia32/
builtins-ia32.cc 78 __ mov(eax, FieldOperand(edi, JSFunction::kSharedFunctionInfoOffset));
174 // Verified that the constructor is a JSFunction.
177 __ mov(eax, FieldOperand(edi, JSFunction::kPrototypeOrInitialMapOffset));
185 // Check that the constructor is not constructing a JSFunction (see
196 __ mov(ecx, FieldOperand(edi, JSFunction::kSharedFunctionInfoOffset));
378 __ mov(esi, FieldOperand(edi, JSFunction::kContextOffset));
463 __ mov(esi, FieldOperand(ecx, JSFunction::kContextOffset));
724 __ mov(esi, FieldOperand(edi, JSFunction::kContextOffset));
727 __ mov(ebx, FieldOperand(edi, JSFunction::kSharedFunctionInfoOffset));
845 __ mov(edx, FieldOperand(edi, JSFunction::kSharedFunctionInfoOffset))
    [all...]
  /external/v8/src/arm/
deoptimizer-arm.cc 47 void Deoptimizer::DeoptimizeFunction(JSFunction* function) {
242 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator.Next()));
364 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next()));
462 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next()));
586 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next()));
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 117 void Deoptimizer::DeoptimizeFunction(JSFunction* function) {
333 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator.Next()));
455 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next()));
553 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next()));
665 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next()));
    [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 45 void Deoptimizer::DeoptimizeFunction(JSFunction* function) {
232 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator.Next()));
354 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next()));
452 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next()));
576 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next()));
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 49 void Deoptimizer::DeoptimizeFunction(JSFunction* function) {
219 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator.Next()));
342 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next()));
445 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next()));
564 JSFunction* function = JSFunction::cast(ComputeLiteral(iterator->Next()));
    [all...]
builtins-x64.cc 112 // Verified that the constructor is a JSFunction.
115 __ movq(rax, FieldOperand(rdi, JSFunction::kPrototypeOrInitialMapOffset));
124 // Check that the constructor is not constructing a JSFunction (see
135 __ movq(rcx, FieldOperand(rdi, JSFunction::kSharedFunctionInfoOffset));
320 __ movq(rsi, FieldOperand(rdi, JSFunction::kContextOffset));
395 // - JSFunction* function (
422 __ movq(rsi, FieldOperand(rdx, JSFunction::kContextOffset));
454 __ movq(rsi, FieldOperand(rdi, JSFunction::kContextOffset));
663 __ movq(rsi, FieldOperand(rdi, JSFunction::kContextOffset));
666 __ movq(rbx, FieldOperand(rdi, JSFunction::kSharedFunctionInfoOffset))
    [all...]

Completed in 1005 milliseconds

1 23 4 5 6 7 8 910