HomeSort by relevance Sort by last modified time
    Searched refs:V8_EXPORT_PRIVATE (Results 26 - 50 of 154) sorted by null

12 3 4 5 6 7

  /external/v8/src/interpreter/
bytecode-label.h 20 class V8_EXPORT_PRIVATE BytecodeLabel final {
57 class V8_EXPORT_PRIVATE BytecodeLabels {
bytecode-array-random-iterator.h 16 class V8_EXPORT_PRIVATE BytecodeArrayRandomIterator final
handler-table-builder.h 23 class V8_EXPORT_PRIVATE HandlerTableBuilder final BASE_EMBEDDED {
bytecode-operands.h 126 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os,
128 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os,
130 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os,
  /external/v8/src/
source-position-table.h 36 class V8_EXPORT_PRIVATE SourcePositionTableBuilder {
62 class V8_EXPORT_PRIVATE SourcePositionTableIterator {
unicode.h 181 struct V8_EXPORT_PRIVATE ID_Start {
184 struct V8_EXPORT_PRIVATE ID_Continue {
187 struct V8_EXPORT_PRIVATE WhiteSpace {
190 struct V8_EXPORT_PRIVATE LineTerminator {
handles.h 68 bool V8_EXPORT_PRIVATE IsDereferenceAllowed(DereferenceCheckMode mode) const;
71 bool V8_EXPORT_PRIVATE IsDereferenceAllowed(DereferenceCheckMode mode) const {
272 V8_EXPORT_PRIVATE static int NumberOfHandles(Isolate* isolate);
281 V8_EXPORT_PRIVATE static void DeleteExtensions(Isolate* isolate);
316 V8_EXPORT_PRIVATE static Object** Extend(Isolate* isolate);
320 V8_EXPORT_PRIVATE static void ZapRange(Object** start, Object** end);
344 class V8_EXPORT_PRIVATE CanonicalHandleScope final {
364 class V8_EXPORT_PRIVATE DeferredHandleScope final {
ostreams.h 37 class V8_EXPORT_PRIVATE OFStream : public std::ostream {
83 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os,
  /external/v8/src/wasm/
function-body-decoder.h 53 V8_EXPORT_PRIVATE DecodeResult VerifyWasmCode(AccountingAllocator* allocator,
88 V8_EXPORT_PRIVATE bool DecodeLocalDecls(BodyLocalDecls* decls,
90 V8_EXPORT_PRIVATE BitVector* AnalyzeLoopAssignmentForTesting(Zone* zone,
96 V8_EXPORT_PRIVATE unsigned OpcodeLength(const byte* pc, const byte* end);
99 class V8_EXPORT_PRIVATE BytecodeIterator : public NON_EXPORTED_BASE(Decoder) {
  /external/v8/src/compiler/
state-values-utils.h 22 class V8_EXPORT_PRIVATE StateValuesCache {
84 class V8_EXPORT_PRIVATE StateValuesAccess {
92 class V8_EXPORT_PRIVATE iterator {
control-flow-optimizer.h 22 class V8_EXPORT_PRIVATE ControlFlowOptimizer final {
dead-code-elimination.h 24 class V8_EXPORT_PRIVATE DeadCodeElimination final
graph-trimmer.h 20 class V8_EXPORT_PRIVATE GraphTrimmer final {
instruction-codes.h 127 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os,
147 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os,
159 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os,
196 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os,
move-optimizer.h 16 class V8_EXPORT_PRIVATE MoveOptimizer final {
node-cache.cc 115 template class V8_EXPORT_PRIVATE NodeCache<int32_t>;
116 template class V8_EXPORT_PRIVATE NodeCache<int64_t>;
118 template class V8_EXPORT_PRIVATE NodeCache<RelocInt32Key>;
119 template class V8_EXPORT_PRIVATE NodeCache<RelocInt64Key>;
simplified-operator-reducer.h 26 class V8_EXPORT_PRIVATE SimplifiedOperatorReducer final
typer.h 19 class V8_EXPORT_PRIVATE Typer {
common-operator.h 45 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, BranchHint);
47 V8_EXPORT_PRIVATE BranchHint BranchHintOf(const Operator* const);
97 V8_EXPORT_PRIVATE SelectParameters const& SelectParametersOf(
100 V8_EXPORT_PRIVATE CallDescriptor const* CallDescriptorOf(const Operator* const);
102 V8_EXPORT_PRIVATE size_t ProjectionIndexOf(const Operator* const);
104 V8_EXPORT_PRIVATE MachineRepresentation
124 V8_EXPORT_PRIVATE int ParameterIndexOf(const Operator* const);
302 class V8_EXPORT_PRIVATE CommonOperatorBuilder final
graph-visualizer.h 37 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os, const AsJSON& ad);
44 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os, const AsRPO& ad);
simplified-operator.h 51 V8_EXPORT_PRIVATE bool operator==(BufferAccess, BufferAccess);
56 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, BufferAccess);
58 V8_EXPORT_PRIVATE BufferAccess const BufferAccessOf(const Operator* op)
76 V8_EXPORT_PRIVATE bool operator==(FieldAccess const&, FieldAccess const&);
81 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, FieldAccess const&);
103 V8_EXPORT_PRIVATE bool operator==(ElementAccess const&, ElementAccess const&);
108 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, ElementAccess const&);
110 V8_EXPORT_PRIVATE ElementAccess const& ElementAccessOf(const Operator* op)
240 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, NumberOperationHint);
273 class V8_EXPORT_PRIVATE SimplifiedOperatorBuilder fina
    [all...]
  /external/v8/src/debug/
interface-types.h 21 class V8_EXPORT_PRIVATE Location {
  /external/v8/src/heap/
embedder-tracing.h 17 class V8_EXPORT_PRIVATE LocalEmbedderHeapTracer final {
scavenge-job.h 20 class V8_EXPORT_PRIVATE ScavengeJob {
  /external/v8/src/objects/
regexp-match-info.h 26 class V8_EXPORT_PRIVATE RegExpMatchInfo : NON_EXPORTED_BASE(public FixedArray) {

Completed in 290 milliseconds

12 3 4 5 6 7