Home
last modified time | relevance | path

Searched defs:FromAssembly (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/art/runtime/arch/riscv64/
H A Dinstruction_set_features_riscv64.cc83 Riscv64FeaturesUniquePtr Riscv64InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::Riscv64InstructionSetFeatures
/aosp_15_r20/art/runtime/arch/x86_64/
H A Dinstruction_set_features_x86_64.h59 static X86_64FeaturesUniquePtr FromAssembly() { in FromAssembly() function
/aosp_15_r20/art/runtime/arch/
H A Dinstruction_set_features.cc185 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::InstructionSetFeatures
/aosp_15_r20/art/runtime/arch/arm/
H A Dinstruction_set_features_arm.cc259 ArmFeaturesUniquePtr ArmInstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::ArmInstructionSetFeatures
/aosp_15_r20/art/runtime/arch/arm64/
H A Dinstruction_set_features_arm64.cc277 Arm64FeaturesUniquePtr Arm64InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::Arm64InstructionSetFeatures
/aosp_15_r20/art/runtime/arch/x86/
H A Dinstruction_set_features_x86.cc277 X86FeaturesUniquePtr X86InstructionSetFeatures::FromAssembly(bool x86_64) { in FromAssembly() function in art::X86InstructionSetFeatures
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/goobj/
Dobjfile.go886 func (r *Reader) FromAssembly() bool { return r.Flags()&ObjFlagFromAssembly != 0 } func