Searched defs:FromAssembly (Results 1 – 7 of 7) sorted by relevance
83 Riscv64FeaturesUniquePtr Riscv64InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::Riscv64InstructionSetFeatures
59 static X86_64FeaturesUniquePtr FromAssembly() { in FromAssembly() function
185 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::InstructionSetFeatures
259 ArmFeaturesUniquePtr ArmInstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::ArmInstructionSetFeatures
277 Arm64FeaturesUniquePtr Arm64InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::Arm64InstructionSetFeatures
277 X86FeaturesUniquePtr X86InstructionSetFeatures::FromAssembly(bool x86_64) { in FromAssembly() function in art::X86InstructionSetFeatures
886 func (r *Reader) FromAssembly() bool { return r.Flags()&ObjFlagFromAssembly != 0 } func