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

1 2 34 5 6 7 8

  /external/v8/src/ic/
ic-stats.cc 82 SharedFunctionInfo* shared = function->shared();
  /external/v8/src/
messages.h 26 class SharedFunctionInfo;
33 Handle<SharedFunctionInfo> shared);
39 Handle<SharedFunctionInfo> shared() const { return shared_; }
45 Handle<SharedFunctionInfo> shared_;
    [all...]
frames.cc 943 List<SharedFunctionInfo*> functions(1);
976 void JavaScriptFrame::GetFunctions(List<SharedFunctionInfo*>* functions) const {
982 List<Handle<SharedFunctionInfo>>* functions) const {
984 List<SharedFunctionInfo*> raw_functions;
987 functions->Add(Handle<SharedFunctionInfo>(raw_function));
    [all...]
factory.cc     [all...]
objects.h 132 // - SharedFunctionInfo
    [all...]
feedback-vector.h 292 inline SharedFunctionInfo* shared_function_info() const;
311 Handle<SharedFunctionInfo> shared);
contexts.cc 419 int Context::SearchOptimizedCodeMapEntry(SharedFunctionInfo* shared,
438 Code* Context::SearchOptimizedCodeMap(SharedFunctionInfo* shared,
452 Handle<SharedFunctionInfo> shared,
  /external/v8/src/profiler/
allocation-tracker.cc 234 SharedFunctionInfo* shared = frame->function()->shared();
260 unsigned AllocationTracker::AddFunctionInfo(SharedFunctionInfo* shared,
heap-snapshot-generator.cc 784 SharedFunctionInfo* shared = func->shared();
825 String* name = String::cast(SharedFunctionInfo::cast(object)->name());
    [all...]
profile-generator.h 80 void FillFunctionInfo(SharedFunctionInfo* shared);
  /external/v8/src/snapshot/
serializer.h 32 SharedFunctionInfo* shared) override {}
111 void LogRecordedBuffer(AbstractCode* code, SharedFunctionInfo*,
  /external/v8/src/debug/
debug-evaluate.cc 43 Handle<SharedFunctionInfo> outer_info(context->closure()->shared(), isolate);
88 Isolate* isolate, Handle<SharedFunctionInfo> outer_info,
512 bool DebugEvaluate::FunctionHasNoSideEffect(Handle<SharedFunctionInfo> info) {
debug-frames.cc 152 Handle<SharedFunctionInfo> shared(function->shared());
  /external/v8/src/heap/
objects-visiting.h 91 V(SharedFunctionInfo) \
391 INLINE(static bool IsFlushable(Heap* heap, SharedFunctionInfo* shared_info));
object-stats.cc 258 RecordSharedFunctionInfoDetails(SharedFunctionInfo::cast(obj));
540 SharedFunctionInfo* sfi) {
  /external/v8/src/runtime/
runtime-compiler.cc 425 Handle<SharedFunctionInfo> outer_info,
478 Handle<SharedFunctionInfo> outer_info(args.at<JSFunction>(2)->shared(),
runtime-interpreter.cc 25 CONVERT_ARG_HANDLE_CHECKED(SharedFunctionInfo, shared, 0);
runtime-scopes.cc 154 Handle<SharedFunctionInfo> shared =
155 Handle<SharedFunctionInfo>::cast(initial_value);
360 List<SharedFunctionInfo*> functions(2);
636 CONVERT_ARG_HANDLE_CHECKED(SharedFunctionInfo, shared, 0);
652 CONVERT_ARG_HANDLE_CHECKED(SharedFunctionInfo, shared, 0);
    [all...]
  /external/v8/src/compiler/
js-call-reducer.cc 125 Handle<SharedFunctionInfo> shared;
454 Handle<SharedFunctionInfo> shared;
458 Handle<SharedFunctionInfo> shared;
502 Handle<SharedFunctionInfo> shared(function->shared(), isolate());
    [all...]
js-native-context-specialization.h 165 Handle<SharedFunctionInfo> shared_info,
js-create-lowering.cc 304 Handle<SharedFunctionInfo> shared_info;
351 Handle<SharedFunctionInfo> shared_info;
390 Handle<SharedFunctionInfo> shared_info;
434 Handle<SharedFunctionInfo> shared;
499 Handle<SharedFunctionInfo> shared;
    [all...]
bytecode-graph-builder.h 27 BytecodeGraphBuilder(Zone* local_zone, Handle<SharedFunctionInfo> shared,
common-operator.h 384 Handle<SharedFunctionInfo> shared_info);
  /external/v8/src/builtins/
builtins.cc 89 (argc == SharedFunctionInfo::kDontAdaptArgumentsSentinel) ? 0 : argc + 1;
builtins.h     [all...]

Completed in 478 milliseconds

1 2 34 5 6 7 8