HomeSort by relevance Sort by last modified time
    Searched defs:shared_info (Results 1 - 25 of 25) sorted by null

  /external/v8/src/compiler/
frame-states.cc 75 Handle<SharedFunctionInfo> shared_info; local
76 if (info.shared_info().ToHandle(&shared_info)) {
77 os << ", " << Brief(*shared_info);
frame-states.h 90 Handle<SharedFunctionInfo> shared_info)
94 shared_info_(shared_info) {}
98 Handle<SharedFunctionInfo> shared_info() const { return shared_info_; } function in class:v8::internal::compiler::FrameStateFunctionInfo
128 MaybeHandle<SharedFunctionInfo> shared_info() const { function in class:v8::internal::compiler::final
130 : info_->shared_info();
js-operator.h 326 CreateClosureParameters(Handle<SharedFunctionInfo> shared_info,
328 : shared_info_(shared_info), pretenure_(pretenure) {}
330 Handle<SharedFunctionInfo> shared_info() const { return shared_info_; } function in class:v8::internal::compiler::final
419 const Operator* CreateClosure(Handle<SharedFunctionInfo> shared_info,
code-generator.cc 90 if (!inlined.shared_info.is_identical_to(info->shared_info())) {
91 DefineDeoptimizationLiteral(inlined.shared_info);
100 if (!inlined.shared_info.is_identical_to(info->shared_info())) {
448 data->SetSharedFunctionInfo(*info->shared_info());
636 Handle<SharedFunctionInfo> shared_info; local
637 if (!descriptor->shared_info().ToHandle(&shared_info)) {
641 shared_info = info()->shared_info()
    [all...]
js-generic-lowering.cc 464 Handle<SharedFunctionInfo> const shared_info = p.shared_info(); local
465 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(shared_info));
470 isolate(), shared_info->language_mode(), shared_info->kind());
js-create-lowering.cc 293 Handle<SharedFunctionInfo> shared_info; local
294 if (!state_info.shared_info().ToHandle(&shared_info) ||
295 shared_info->has_duplicate_parameters()) {
341 if (!state_info.shared_info().ToHandle(&shared)) return NoChange();
416 if (!state_info.shared_info().ToHandle(&shared)) return NoChange();
551 Handle<SharedFunctionInfo> shared = p.shared_info();
    [all...]
bytecode-graph-builder.cc 442 bytecode_array_(handle(info->shared_info()->bytecode_array())),
449 bytecode_array()->register_count(), info->shared_info())),
863 Handle<SharedFunctionInfo> shared_info = Handle<SharedFunctionInfo>::cast( local
867 const Operator* op = javascript()->CreateClosure(shared_info, tenured);
    [all...]
ast-graph-builder.cc 491 info->scope()->num_stack_slots(), info->shared_info())) {
1584 Handle<SharedFunctionInfo> shared_info = local
    [all...]
  /external/v8/src/heap/
objects-visiting-inl.h 569 SharedFunctionInfo* shared_info = function->shared(); local
579 if (function->code() != shared_info->code()) {
588 return IsFlushable(heap, shared_info);
594 Heap* heap, SharedFunctionInfo* shared_info) {
597 MarkBit code_mark = Marking::MarkBitFrom(shared_info->code());
604 if (!(shared_info->is_compiled() && HasSourceCode(heap, shared_info))) {
609 if (shared_info->IsApiFunction()) {
614 if (shared_info->code()->kind() != Code::FUNCTION) {
619 if (!shared_info->allows_lazy_compilation())
    [all...]
  /external/v8/src/profiler/
profiler-listener.cc 248 SharedFunctionInfo* shared_info = SharedFunctionInfo::cast( local
252 entry->tag(), GetFunctionName(shared_info->DebugName()),
256 inline_entry->FillFunctionInfo(shared_info);
heap-snapshot-generator.cc 1119 SharedFunctionInfo* shared_info = js_fun->shared(); local
    [all...]
  /external/v8/test/unittests/interpreter/
bytecode-array-builder-unittest.cc 100 Handle<SharedFunctionInfo> shared_info = factory->NewSharedFunctionInfo( local
103 builder.CreateClosure(shared_info, NOT_TENURED);
  /external/v8/src/
compiler.cc 57 PARSE_INFO_GETTER(Handle<SharedFunctionInfo>, shared_info)
93 return parse_info_ && !parse_info_->shared_info().is_null();
171 !shared_info()->optimization_disabled();
185 if (parse_info() && !parse_info()->shared_info().is_null()) {
186 return parse_info()->shared_info()->DebugName()->ToCString();
388 Handle<SharedFunctionInfo> shared = info->shared_info();
421 if (info->shared_info()->feedback_metadata()->length() == 0 ||
422 !info->shared_info()->is_compiled()) {
425 info->shared_info()->set_feedback_metadata(*feedback_metadata);
430 CHECK(!info->shared_info()->feedback_metadata()->SpecDiffersFrom
611 Handle<SharedFunctionInfo> shared_info = parse_info->shared_info(); local
1403 Handle<SharedFunctionInfo> shared_info; local
    [all...]
compiler.h 166 Handle<SharedFunctionInfo> shared_info() const;
406 Handle<SharedFunctionInfo> shared_info; member in struct:v8::internal::final::InlinedFunctionHolder
415 : shared_info(inlined_shared_info),
445 if (!shared_info()->dont_crankshaft() &&
447 shared_info()->set_dont_crankshaft(true);
450 shared_info()->ShortPrint();
454 shared_info()->DisableOptimization(bailout_reason());
deoptimizer.h 135 Handle<SharedFunctionInfo> shared_info() const { return shared_info_; } function in class:v8::internal::TranslatedFrame
187 SharedFunctionInfo* shared_info, int height);
189 SharedFunctionInfo* shared_info,
192 SharedFunctionInfo* shared_info);
193 static TranslatedFrame ArgumentsAdaptorFrame(SharedFunctionInfo* shared_info,
195 static TranslatedFrame TailCallerFrame(SharedFunctionInfo* shared_info);
196 static TranslatedFrame ConstructStubFrame(SharedFunctionInfo* shared_info,
208 SharedFunctionInfo* shared_info = nullptr, int height = 0)
211 raw_shared_info_(shared_info),
    [all...]
code-stubs-hydrogen.cc 1936 HValue* shared_info = GetParameter(0); local
    [all...]
frames.cc 1049 SharedFunctionInfo* const shared_info = local
    [all...]
deoptimizer.cc 3201 SharedFunctionInfo* shared_info = local
3217 SharedFunctionInfo* shared_info = local
3234 SharedFunctionInfo* shared_info = local
3247 SharedFunctionInfo* shared_info = local
3259 SharedFunctionInfo* shared_info = local
3272 SharedFunctionInfo* shared_info = local
3284 SharedFunctionInfo* shared_info = local
    [all...]
objects.cc 14041 Object* shared_info = LiteralArray()->get(shared_info_id); local
14052 Object* shared_info = LiteralArray()->get(shared_info_id); local
14068 Object* shared_info = LiteralArray()->get(shared_info_id); local
14078 Object* shared_info = LiteralArray()->get(shared_info_id); local
14088 Object* shared_info = LiteralArray()->get(shared_info_id); local
    [all...]
  /external/v8/src/parsing/
parser.h 128 Handle<SharedFunctionInfo> shared_info() { return shared_; } function in class:v8::internal::ParseInfo
    [all...]
parser.cc 1016 Handle<SharedFunctionInfo> shared_info = info->shared_info(); local
1058 Handle<SharedFunctionInfo> shared_info = info->shared_info(); local
    [all...]
  /external/v8/src/debug/
liveedit.cc 861 Handle<SharedFunctionInfo> shared_info,
864 int old_literal_count = shared_info->num_literals();
870 IterateJSFunctions(shared_info, &visitor);
876 CollectJSFunctions(shared_info, isolate);
878 shared_info->feedback_metadata());
889 shared_info->set_num_literals(new_literal_count);
895 // provided shared_info.
897 static void IterateJSFunctions(Handle<SharedFunctionInfo> shared_info,
899 HeapIterator iterator(shared_info->GetHeap());
904 if (function->shared() == *shared_info) {
1008 Handle<SharedFunctionInfo> shared_info = shared_info_wrapper.GetInfo(); local
1061 Handle<SharedFunctionInfo> shared_info = shared_info_wrapper.GetInfo(); local
1070 Handle<SharedFunctionInfo> shared_info = local
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 1305 Handle<SharedFunctionInfo> shared_info = local
1466 Handle<SharedFunctionInfo> shared_info = local
    [all...]
interpreter.cc 1521 Node* shared_info = local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 117 bool dont_crankshaft = info()->shared_info()->dont_crankshaft();
124 bool should_recompile = !info()->shared_info()->has_deoptimization_support();
137 DCHECK(info()->shared_info()->has_deoptimization_support());
138 DCHECK(!info()->shared_info()->never_compiled());
146 if (!info()->shared_info()->PassesFilter(FLAG_hydrogen_filter)) {
163 if (IsGeneratorFunction(info()->shared_info()->kind())) {
174 if (info()->shared_info()->optimization_disabled()) {
176 info()->shared_info()->disable_optimization_reason());
5670 Handle<SharedFunctionInfo> shared_info = Compiler::GetSharedFunctionInfo( local
    [all...]

Completed in 357 milliseconds