Home
last modified time | relevance | path

Searched refs:GetInlinedBytecodeSize (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-inlining-heuristic.cc231 inlined_bytecode_size = function.code().GetInlinedBytecodeSize(); in Reduce()
827 function.code().GetInlinedBytecodeSize(); in PrintCandidates()
Dheap-refs.h1006 unsigned GetInlinedBytecodeSize() const;
Dheap-refs.cc2255 unsigned CodeRef::GetInlinedBytecodeSize() const { in GetInlinedBytecodeSize() function in v8::internal::compiler::CodeRef