Home
last modified time | relevance | path

Searched refs:ARRAY_LENGTH (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_vsync.cpp41 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) macro
108 #define num_events ARRAY_LENGTH(event_list)
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_vsync.cpp40 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) macro
99 #define num_events ARRAY_LENGTH(event_list)
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_vsync.cpp40 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) macro
88 #define num_events ARRAY_LENGTH(event_list)
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java53 ARRAY_LENGTH, enumConstant
H A DInstruction.java353 addOpcodeInfo(Opcode.ARRAY_LENGTH, "array-length", 0x21, new Format12x()); in addOpcodeInfo() argument
/aosp12/art/runtime/
H A Dcommon_throws.cc530 case Instruction::ARRAY_LENGTH: { in IsValidImplicitCheck()
639 case Instruction::ARRAY_LENGTH: in ThrowNullPointerExceptionFromDexPC()
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc647 case Instruction::ARRAY_LENGTH: { in ProcessDexInstruction()
/aosp12/art/libdexfile/dex/
H A Ddex_instruction_list.h55 …V(0x21, ARRAY_LENGTH, "array-length", k12x, kIndexNone, kContinue | kThrow, 0, kVerifyRegA | kVeri…
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h656 HANDLER_ATTRIBUTES bool ARRAY_LENGTH() { in ARRAY_LENGTH() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc3464 case Instruction::ARRAY_LENGTH: { in ProcessDexInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc2486 case Instruction::ARRAY_LENGTH: { in CodeFlowVerifyInstruction()