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/
H A 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()
H A Dpipeline-statistics.h71 CodeKind code_kind_; member in v8::internal::compiler::PipelineStatistics
H A Djs-heap-broker.h444 CodeKind const code_kind_; member in v8::internal::compiler::JSHeapBroker
H A Djs-heap-broker.cc62 code_kind_(code_kind), in JSHeapBroker()
H A 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/
H A Doptimized-compilation-info.cc28 : code_kind_(code_kind), in OptimizedCompilationInfo()
57 : code_kind_(code_kind), in OptimizedCompilationInfo()
69 switch (code_kind_) { in ConfigureFlags()
H A Doptimized-compilation-info.h123 CodeKind code_kind() const { return code_kind_; } in code_kind()
255 const CodeKind code_kind_; member in v8::internal::final

Completed in 13 milliseconds