Home
last modified time | relevance | path

Searched refs:to_json (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/templates/
H A Dmerge.rb58 data = JSON.parse(data.to_json)
97 data = JSON.parse(data.to_json)
100 output_yaml = YAML.dump(JSON.load(data.to_json))
/arkcompiler/runtime_core/templates/
H A Dmerge.rb58 data = JSON.parse(data.to_json)
97 data = JSON.parse(data.to_json)
100 output_yaml = YAML.dump(JSON.load(data.to_json))
/arkcompiler/toolchain/test/autotest/aw/cdp/
H A Ddebugger.py71 def to_json(self): member in BreakLocationUrl
109 locations.append(location.to_json())
/arkcompiler/runtime_core/static_core/irtoc/lang/
H A Disa.rb37 isa = JSON.parse(isa.to_json, object_class: OpenStruct).freeze
/arkcompiler/runtime_core/isa/
H A Dgen.rb82 data = JSON.parse(data.to_json, object_class: OpenStruct).freeze
/arkcompiler/runtime_core/static_core/runtime/templates/
H A Dgen_intrinsics_data.rb89 data = JSON.parse(data.to_json, object_class: OpenStruct)
/arkcompiler/runtime_core/static_core/isa/
H A Dgen.rb99 data = JSON.parse(data.to_json, object_class: OpenStruct).freeze

Completed in 2 milliseconds