Home
last modified time | relevance | path

Searched refs:code_generator (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dpipeline.cc336 CodeGenerator* code_generator() const { return code_generator_; } in code_generator() function in v8::internal::compiler::PipelineData
720 CodeGenerator* code_generator() const;
2415 data->code_generator()->AssembleCode(); in DECL_PIPELINE_PHASE_CONSTANTS()
2423 data->set_code(data->code_generator()->FinalizeCode()); in DECL_MAIN_THREAD_PIPELINE_PHASE_CONSTANTS()
3067 CodeGenerator* code_generator = pipeline.code_generator(); in GenerateCodeForWasmNativeStub() local
3069 code_generator->tasm()->GetCode( in GenerateCodeForWasmNativeStub()
3070 nullptr, &result.code_desc, code_generator->safepoint_table_builder(), in GenerateCodeForWasmNativeStub()
3071 static_cast<int>(code_generator->handler_table_offset())); in GenerateCodeForWasmNativeStub()
3072 result.instr_buffer = code_generator->tasm()->ReleaseBuffer(); in GenerateCodeForWasmNativeStub()
3073 result.source_positions = code_generator->GetSourcePositionTable(); in GenerateCodeForWasmNativeStub()
[all …]
/third_party/node/src/inspector/
Dnode_inspector.gypi41 '<(protocol_tool_path)/code_generator.py',
106 'tools/inspector_protocol/code_generator.py',
/third_party/node/tools/inspector_protocol/
Dinspector_protocol.gypi31 'code_generator.py',
Dinspector_protocol.gni30 script = "$inspector_protocol_dir/code_generator.py"
/third_party/node/tools/v8_gypfiles/
Dinspector.gypi22 '<(inspector_protocol_path)/code_generator.py',
166 '<(inspector_protocol_path)/code_generator.py',
/third_party/node/deps/v8/third_party/inspector_protocol/
Dinspector_protocol.gni30 script = "$inspector_protocol_dir/code_generator.py"
/third_party/protobuf/cmake/
Dextract_includes.bat.in22 …WIN32_PATH}\..\src\google\protobuf\compiler\code_generator.h" include\google\protobuf\compiler\cod…
Dlibprotoc.cmake2 ${protobuf_source_dir}/src/google/protobuf/compiler/code_generator.cc
/third_party/protobuf/
DBUILD.gn306 "src/google/protobuf/compiler/code_generator.cc",
418 "src/google/protobuf/compiler/code_generator.cc",
/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.proto114 // Sync with code_generator.h.
/third_party/protobuf/src/
DMakefile.am145 google/protobuf/compiler/code_generator.h \
315 google/protobuf/compiler/code_generator.cc \
/third_party/node/deps/v8/
DBUILD.bazel3274 name = "code_generator",
3276 "third_party/inspector_protocol/code_generator.py",
3327 cmd = "$(location :code_generator) --jinja_dir . \
3334 ":code_generator",
DBUILD.gn6859 "third_party/protobuf/src/google/protobuf/compiler/code_generator.cc",
6860 "third_party/protobuf/src/google/protobuf/compiler/code_generator.h",