Searched defs:AssemblerOptions (Results 1 – 2 of 2) sorted by relevance
151 struct V8_EXPORT_PRIVATE AssemblerOptions { struct156 bool record_reloc_info_for_serialization = true;160 bool disable_reloc_info_for_patching = false;163 bool enable_root_relative_access = false;165 bool enable_simulator_code = false;192 static AssemblerOptions Default(Isolate* isolate); argument
144 SmallVector<std::unique_ptr<MipsAssemblerOptions>, 2> AssemblerOptions; member in __anon8de5923c0211::MipsAsmParser