Searched refs:ALWAYS_INLINE (Results 51 - 69 of 69) sorted by relevance

123

/art/runtime/
H A Dart_field.h202 ALWAYS_INLINE void UpdateObjects(const Visitor& visitor)
H A Dindirect_reference_table.h290 ALWAYS_INLINE; member in class:art::IndirectReferenceTable
H A Dthread.h254 ALWAYS_INLINE ThreadState TransitionFromSuspendedToRunnable()
260 ALWAYS_INLINE void TransitionFromRunnableToSuspended(ThreadState new_state)
527 ALWAYS_INLINE void VerifyStack() SHARED_REQUIRES(Locks::mutator_lock_);
1178 ALWAYS_INLINE void TransitionToSuspendedAndRunCheckpoints(ThreadState new_state)
1181 ALWAYS_INLINE void PassActiveSuspendBarriers()
H A Dart_method-inl.h81 ALWAYS_INLINE static inline void DoGetAccessFlagsHelper(ArtMethod* method)
H A Ddex_instruction.h252 ALWAYS_INLINE int32_t VRegA() const;
H A Dutils.cc1031 ALWAYS_INLINE
/art/runtime/base/
H A Dscoped_arena_containers.h207 ALWAYS_INLINE void ProtectMemory(T* ptr, size_t size) const {
H A Dhash_set.h635 ALWAYS_INLINE size_t FirstAvailableSlot(size_t index) const {
/art/runtime/gc/accounting/
H A Datomic_stack.h222 bool AtomicPushBackInternal(T* value, size_t limit) ALWAYS_INLINE
/art/runtime/native/
H A Djava_lang_Class.cc44 ALWAYS_INLINE static inline mirror::Class* DecodeClass(
188 ALWAYS_INLINE static inline ArtField* FindFieldByName(
220 ALWAYS_INLINE static inline mirror::Field* GetDeclaredField(
333 static ALWAYS_INLINE inline bool MethodMatchesConstructor(ArtMethod* m, bool public_only)
/art/runtime/verifier/
H A Dmethod_verifier.h247 ALWAYS_INLINE const InstructionFlags& GetInstructionFlags(size_t index) const;
248 ALWAYS_INLINE InstructionFlags& GetInstructionFlags(size_t index);
H A Dreg_type_cache.cc38 ALWAYS_INLINE static inline bool MatchingPrecisionForClass(const RegType* entry, bool precise)
H A Dmethod_verifier.cc97 ALWAYS_INLINE static inline bool FailOrAbort(MethodVerifier* verifier, bool condition,
/art/runtime/gc/collector/
H A Dconcurrent_copying.h96 ALWAYS_INLINE mirror::Object* Mark(mirror::Object* from_ref) SHARED_REQUIRES(Locks::mutator_lock_)
H A Dsemi_space.cc292 SHARED_REQUIRES(Locks::mutator_lock_) ALWAYS_INLINE {
687 void operator()(Object* obj, MemberOffset offset, bool /* is_static */) const ALWAYS_INLINE
/art/compiler/
H A Dimage_writer.cc1308 ALWAYS_INLINE void VisitRootIfNonNull(mirror::CompressedReference<mirror::Object>* root) const
1315 ALWAYS_INLINE void VisitRoot(mirror::CompressedReference<mirror::Object>* root) const
1320 ALWAYS_INLINE void operator() (mirror::Object* obj,
1329 ALWAYS_INLINE void operator() (mirror::Class* klass ATTRIBUTE_UNUSED,
/art/runtime/entrypoints/quick/
H A Dquick_field_entrypoints.cc41 ALWAYS_INLINE static inline ArtField* FindInstanceField(uint32_t field_idx,
/art/runtime/interpreter/
H A Dinterpreter_common.cc503 uint32_t vregC) ALWAYS_INLINE; member in namespace:art::interpreter
/art/compiler/optimizing/
H A Dintrinsics_arm64.cc53 ALWAYS_INLINE inline MemOperand AbsoluteHeapOperandFrom(Location location, size_t offset = 0) {

Completed in 291 milliseconds

123