| /external/v8/src/objects/ |
| D | code-inl.h | 46 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 …]
|
| D | shared-function-info-inl.h | 169 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
|
| D | shared-function-info.cc | 381 if (GetBytecodeArray().length() > FLAG_max_inlined_bytecode_size) { in GetInlineability() 665 return !HasBytecodeArray() || GetBytecodeArray().HasSourcePositionTable(); in AreSourcePositionsAvailable() 674 !shared_info->GetBytecodeArray().HasSourcePositionTable()) { in EnsureSourcePositionsAvailable()
|
| D | js-function-inl.h | 116 return AbstractCode::cast(shared().GetBytecodeArray()); in abstract_code()
|
| D | shared-function-info.h | 318 inline BytecodeArray GetBytecodeArray() const;
|
| D | code.h | 585 inline BytecodeArray GetBytecodeArray();
|
| D | compilation-cache-table.cc | 420 if (info.IsInterpreted() && info.GetBytecodeArray().IsOld()) { in Age()
|
| /external/v8/src/execution/ |
| D | runtime-profiler.cc | 153 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()
|
| D | frames.cc | 1380 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()
|
| D | isolate.cc | 651 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()
|
| D | frames.h | 856 BytecodeArray GetBytecodeArray() const;
|
| /external/v8/src/runtime/ |
| D | runtime-generator.cc | 58 function->shared().GetBytecodeArray().register_count(); in RUNTIME_FUNCTION() 143 HandlerTable handler_table(shared.GetBytecodeArray()); in RUNTIME_FUNCTION()
|
| D | runtime-compiler.cc | 269 Handle<BytecodeArray> bytecode(iframe->GetBytecodeArray(), iframe->isolate()); in DetermineEntryAndDisarmOSRForInterpreter()
|
| D | runtime-debug.cc | 80 BytecodeArray bytecode_array = shared.GetBytecodeArray(); in RUNTIME_FUNCTION_RETURN_PAIR()
|
| /external/v8/src/compiler/ |
| D | js-inlining-heuristic.cc | 84 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()
|
| D | js-inlining.cc | 449 BytecodeArrayRef bytecode_array = shared_info->GetBytecodeArray(); in ReduceJSCall()
|
| D | heap-refs.h | 809 BytecodeArrayRef GetBytecodeArray() const;
|
| D | serializer-for-background-compilation.cc | 887 ->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/ |
| D | debug-frames.cc | 108 : shared_.GetBytecodeArray(); in VisitThread()
|
| D | liveedit.cc | 1047 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()
|
| D | debug.cc | 999 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/ |
| D | pending-optimization-table.cc | 41 handle(function->shared().GetBytecodeArray(), isolate), in PreparedForOptimization()
|
| D | optimized-compilation-info.cc | 28 bytecode_array_ = handle(shared->GetBytecodeArray(), isolate); in OptimizedCompilationInfo()
|
| D | compiler.cc | 302 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/ |
| D | code-serializer.cc | 245 interpreter_data->set_bytecode_array(info->GetBytecodeArray()); in CreateInterpreterDataForDeserializedCode()
|