Home
last modified time | relevance | path

Searched refs:GetBytecodeArray (Results 1 – 25 of 34) sorted by relevance

12

/external/v8/src/objects/
Dcode-inl.h46 return GetBytecodeArray().length(); in OBJECT_CONSTRUCTORS_IMPL()
54 return GetBytecodeArray().length(); in InstructionSize()
62 return GetBytecodeArray().SourcePositionTable(); in source_position_table()
70 return GetBytecodeArray().SizeIncludingMetadata(); in SizeIncludingMetadata()
78 return GetBytecodeArray().GetFirstBytecodeAddress(); in raw_instruction_start()
86 return GetBytecodeArray().GetFirstBytecodeAddress(); in InstructionStart()
94 return GetBytecodeArray().GetFirstBytecodeAddress() + in raw_instruction_end()
95 GetBytecodeArray().length(); in raw_instruction_end()
103 return GetBytecodeArray().GetFirstBytecodeAddress() + in InstructionEnd()
104 GetBytecodeArray().length(); in InstructionEnd()
[all …]
Dshared-function-info-inl.h169 return AbstractCode::cast(GetBytecodeArray()); in abstract_code()
431 ? handle(shared.GetBytecodeArray(), isolate) in IsCompiledScope()
441 ? isolate->heap()->NewPersistentHandle(shared.GetBytecodeArray()) in IsCompiledScope()
465 BytecodeArray SharedFunctionInfo::GetBytecodeArray() const { in GetBytecodeArray() function
Dshared-function-info.cc381 if (GetBytecodeArray().length() > FLAG_max_inlined_bytecode_size) { in GetInlineability()
665 return !HasBytecodeArray() || GetBytecodeArray().HasSourcePositionTable(); in AreSourcePositionsAvailable()
674 !shared_info->GetBytecodeArray().HasSourcePositionTable()) { in EnsureSourcePositionsAvailable()
Djs-function-inl.h116 return AbstractCode::cast(shared().GetBytecodeArray()); in abstract_code()
Dshared-function-info.h318 inline BytecodeArray GetBytecodeArray() const;
Dcode.h585 inline BytecodeArray GetBytecodeArray();
Dcompilation-cache-table.cc420 if (info.IsInterpreted() && info.GetBytecodeArray().IsOld()) { in Age()
/external/v8/src/execution/
Druntime-profiler.cc153 int level = frame->GetBytecodeArray().osr_loop_nesting_level(); in AttemptOnStackReplacement()
154 frame->GetBytecodeArray().set_osr_loop_nesting_level( in AttemptOnStackReplacement()
190 ShouldOptimize(function, function.shared().GetBytecodeArray()); in MaybeOptimizeFrame()
219 if (function.shared().GetBytecodeArray().length() <= allowance) { in MaybeOSR()
Dframes.cc1380 function()->shared().GetBytecodeArray().HasSourcePositionTable(); in AreSourcePositionsAvailable()
1700 AbstractCode code = AbstractCode::cast(GetBytecodeArray()); in position()
1707 HandlerTable table(GetBytecodeArray()); in LookupExceptionHandlerInTable()
1740 BytecodeArray InterpretedFrame::GetBytecodeArray() const { in GetBytecodeArray() function in v8::internal::InterpretedFrame
1775 Handle<AbstractCode> abstract_code(AbstractCode::cast(GetBytecodeArray()), in Summarize()
2030 BytecodeArray bytecodes = iframe->GetBytecodeArray(); in Print()
Disolate.cc651 AbstractCode::cast(function->shared().GetBytecodeArray()), isolate_); in AppendAsyncFrame()
1252 iframe->GetBytecodeArray().GetFirstBytecodeAddress(); in GetAbstractPC()
1866 js_frame->GetBytecodeArray().register_count()); in ThrowInternal()
1956 HandlerTable table(code->GetBytecodeArray()); in ThrowInternal()
2234 shared->GetBytecodeArray().HasSourcePositionTable()) { in ThrowInternal()
Dframes.h856 BytecodeArray GetBytecodeArray() const;
/external/v8/src/runtime/
Druntime-generator.cc58 function->shared().GetBytecodeArray().register_count(); in RUNTIME_FUNCTION()
143 HandlerTable handler_table(shared.GetBytecodeArray()); in RUNTIME_FUNCTION()
Druntime-compiler.cc269 Handle<BytecodeArray> bytecode(iframe->GetBytecodeArray(), iframe->isolate()); in DetermineEntryAndDisarmOSRForInterpreter()
Druntime-debug.cc80 BytecodeArray bytecode_array = shared.GetBytecodeArray(); in RUNTIME_FUNCTION_RETURN_PAIR()
/external/v8/src/compiler/
Djs-inlining-heuristic.cc84 out.bytecode[0] = function.shared().GetBytecodeArray(); in CollectFunctions()
105 out.bytecode[n] = function.shared().GetBytecodeArray(); in CollectFunctions()
120 out.bytecode[0] = shared_info.GetBytecodeArray(); in CollectFunctions()
135 out.bytecode[0] = shared_info.GetBytecodeArray(); in CollectFunctions()
Djs-inlining.cc449 BytecodeArrayRef bytecode_array = shared_info->GetBytecodeArray(); in ReduceJSCall()
Dheap-refs.h809 BytecodeArrayRef GetBytecodeArray() const;
Dserializer-for-background-compilation.cc887 ->GetBytecodeArray() in Environment()
892 ->GetBytecodeArray() in Environment()
925 ->GetBytecodeArray() in Environment()
1259 return handle(function().shared()->GetBytecodeArray(), broker()->isolate()); in bytecode_array()
/external/v8/src/debug/
Ddebug-frames.cc108 : shared_.GetBytecodeArray(); in VisitThread()
Dliveedit.cc1047 isolate, handle(sfi->GetBytecodeArray(), isolate), diffs); in UpdatePositions()
1162 FixedArray constants = sfi->GetBytecodeArray().constant_pool(); in PatchScript()
1207 FixedArray constants = sfi.GetBytecodeArray().constant_pool(); in PatchScript()
1255 FixedArray constants = sfi.GetBytecodeArray().constant_pool(); in PatchScript()
Ddebug.cc999 HandlerTable table(code->GetBytecodeArray()); in PrepareStepOnThrow()
1257 handle(shared->GetBytecodeArray(), isolate_); in PrepareFunctionForDebugExecution()
2432 BytecodeArray bytecode_array = shared.GetBytecodeArray(); in PerformSideEffectCheckAtBytecode()
/external/v8/src/codegen/
Dpending-optimization-table.cc41 handle(function->shared().GetBytecodeArray(), isolate), in PreparedForOptimization()
Doptimized-compilation-info.cc28 bytecode_array_ = handle(shared->GetBytecodeArray(), isolate); in OptimizedCompilationInfo()
Dcompiler.cc302 code_size = shared_info->GetBytecodeArray().SizeIncludingMetadata(); in RecordUnoptimizedCompilationStats()
323 handle(AbstractCode::cast(shared->GetBytecodeArray()), isolate); in RecordUnoptimizedFunctionCompilation()
500 Handle<BytecodeArray> bytecode_array(shared_info->GetBytecodeArray(), in InstallInterpreterTrampolineCopy()
1655 DCHECK(!shared_info->GetBytecodeArray().HasSourcePositionTable()); in CollectSourcePositions()
1666 handle(shared_info->GetBytecodeArray(), isolate); in CollectSourcePositions()
/external/v8/src/snapshot/
Dcode-serializer.cc245 interpreter_data->set_bytecode_array(info->GetBytecodeArray()); in CreateInterpreterDataForDeserializedCode()

12