Home
last modified time | relevance | path

Searched refs:code_kind_ (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dpipeline-statistics.cc56 code_kind_(info->code_kind()), in PipelineStatistics()
77 CodeKindToString(code_kind_)); in BeginPhaseKind()
88 CodeKindToString(code_kind_), "stats", in EndPhaseKind()
94 CodeKindToString(code_kind_)); in BeginPhase()
106 CodeKindToString(code_kind_), "stats", in EndPhase()
Dpipeline-statistics.h71 CodeKind code_kind_; variable
Djs-heap-broker.h444 CodeKind const code_kind_; in DEFINE_OPERATORS_FOR_FLAGS() local
Djs-heap-broker.cc62 code_kind_(code_kind), in JSHeapBroker()
Dbytecode-graph-builder.cc79 CodeKind code_kind() const { return code_kind_; } in code_kind()
493 const CodeKind code_kind_; member in v8::internal::compiler::BytecodeGraphBuilder
1068 code_kind_(code_kind), in BytecodeGraphBuilder()
/third_party/node/deps/v8/src/codegen/
Doptimized-compilation-info.cc28 : code_kind_(code_kind), in OptimizedCompilationInfo()
57 : code_kind_(code_kind), in OptimizedCompilationInfo()
69 switch (code_kind_) { in ConfigureFlags()
Doptimized-compilation-info.h123 CodeKind code_kind() const { return code_kind_; } in code_kind()
255 const CodeKind code_kind_; variable