/external/v8/src/interpreter/ |
D | bytecodes.h | 475 static uint8_t ToByte(Bytecode bytecode) { in ToByte() 482 Bytecode bytecode = static_cast<Bytecode>(value); in FromByte() local 507 static OperandScale PrefixBytecodeToOperandScale(Bytecode bytecode) { in PrefixBytecodeToOperandScale() 521 static AccumulatorUse GetAccumulatorUse(Bytecode bytecode) { in GetAccumulatorUse() 527 static bool ReadsAccumulator(Bytecode bytecode) { in ReadsAccumulator() 532 static bool WritesAccumulator(Bytecode bytecode) { in WritesAccumulator() 538 static constexpr bool IsAccumulatorLoadWithoutEffects(Bytecode bytecode) { in IsAccumulatorLoadWithoutEffects() 553 static constexpr bool IsCompareWithoutEffects(Bytecode bytecode) { in IsCompareWithoutEffects() 562 static constexpr bool IsRegisterLoadWithoutEffects(Bytecode bytecode) { in IsRegisterLoadWithoutEffects() 569 static constexpr bool IsConditionalJumpImmediate(Bytecode bytecode) { in IsConditionalJumpImmediate() [all …]
|
D | bytecode-node.h | 23 : bytecode_(bytecode), in bytecode_() argument 32 : bytecode_(bytecode), in bytecode_() argument 43 : bytecode_(bytecode), in bytecode_() argument 55 : bytecode_(bytecode), in bytecode_() argument 69 : bytecode_(bytecode), in bytecode_() argument 84 : bytecode_(bytecode), in bytecode_() argument 108 Bytecode bytecode() const { return bytecode_; } in bytecode() function 139 : bytecode_(bytecode), in bytecode_() argument
|
D | bytecodes.cc | 98 const char* Bytecodes::ToString(Bytecode bytecode) { in ToString() 110 std::string Bytecodes::ToString(Bytecode bytecode, OperandScale operand_scale) { in ToString() 124 Bytecode Bytecodes::GetDebugBreak(Bytecode bytecode) { in GetDebugBreak() 143 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, in GetOperandOffset() 157 Bytecode Bytecodes::GetJumpWithoutToBoolean(Bytecode bytecode) { in GetJumpWithoutToBoolean() 174 bool Bytecodes::IsDebugBreak(Bytecode bytecode) { in IsDebugBreak() 214 bool Bytecodes::MakesCallAlongCriticalPath(Bytecode bytecode) { in MakesCallAlongCriticalPath() 264 bool Bytecodes::IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) { in IsStarLookahead() 306 bool Bytecodes::IsBytecodeWithScalableOperands(Bytecode bytecode) { in IsBytecodeWithScalableOperands() 326 bool Bytecodes::BytecodeHasHandler(Bytecode bytecode, in BytecodeHasHandler() [all …]
|
D | interpreter.cc | 63 Bytecode bytecode, OperandScale operand_scale) { in GetAndMaybeDeserializeBytecodeHandler() 82 Code* Interpreter::GetBytecodeHandler(Bytecode bytecode, in GetBytecodeHandler() 91 void Interpreter::SetBytecodeHandler(Bytecode bytecode, in SetBytecodeHandler() 100 size_t Interpreter::GetDispatchTableIndex(Bytecode bytecode, in GetDispatchTableIndex()
|
D | setup-interpreter-internal.cc | 18 void PrintBuiltinSize(Bytecode bytecode, OperandScale operand_scale, in PrintBuiltinSize() 78 Bytecode bytecode, in InstallBytecodeHandler()
|
D | interpreter-assembler.h | 268 Bytecode bytecode() const { return bytecode_; } in bytecode() function
|
D | bytecode-array-writer.cc | 153 void BytecodeArrayWriter::UpdateExitSeenInBlock(Bytecode bytecode) { in UpdateExitSeenInBlock() 197 Bytecode bytecode = node->bytecode(); in EmitBytecode() local
|
D | bytecode-array-accessor.cc | 35 interpreter::Bytecode bytecode = in ApplyDebugBreak() local 210 Bytecode bytecode = current_bytecode(); in GetJumpTargetOffset() local
|
D | bytecode-decoder.cc | 106 Bytecode bytecode = Bytecodes::FromByte(bytecode_start[0]); in Decode() local
|
/external/v8/src/snapshot/ |
D | builtin-deserializer.cc | 95 BSU::ForEachBytecode([=](Bytecode bytecode, OperandScale operand_scale) { in DeserializeEagerBuiltinsAndHandlers() 115 BSU::ForEachBytecode([=](Bytecode bytecode, OperandScale operand_scale) { in DeserializeEagerBuiltinsAndHandlers() 138 Code* BuiltinDeserializer::DeserializeHandler(Bytecode bytecode, in DeserializeHandler() 175 Code* BuiltinDeserializer::DeserializeHandlerRaw(Bytecode bytecode, in DeserializeHandlerRaw()
|
D | builtin-deserializer-allocator.cc | 97 [=, &result](Bytecode bytecode, OperandScale operand_scale) { in CreateReservationsForEagerBuiltinsAndHandlers() 134 const Heap::Chunk& chunk, interpreter::Bytecode bytecode, in InitializeHandlerFromReservation() 190 [=, &reservation_index](Bytecode bytecode, OperandScale operand_scale) { in InitializeFromReservations() 240 Bytecode bytecode, OperandScale operand_scale) { in ReserveForHandler()
|
D | builtin-snapshot-utils.cc | 23 int BuiltinSnapshotUtils::BytecodeToIndex(Bytecode bytecode, in BytecodeToIndex() 41 Bytecode bytecode = Bytecodes::FromByte(x % Bytecodes::kBytecodeCount); in BytecodeFromIndex() local
|
D | builtin-serializer.cc | 40 BSU::ForEachBytecode([=](Bytecode bytecode, OperandScale operand_scale) { in SerializeBuiltinsAndHandlers() 135 void BuiltinSerializer::SetHandlerOffset(Bytecode bytecode, in SetHandlerOffset()
|
/external/v8/src/compiler/ |
D | bytecode-analysis.cc | 95 void UpdateInLiveness(Bytecode bytecode, BytecodeLivenessState& in_liveness, in UpdateInLiveness() 203 void UpdateOutLiveness(Bytecode bytecode, BytecodeLivenessState& out_liveness, in UpdateOutLiveness() 263 void UpdateLiveness(Bytecode bytecode, BytecodeLiveness& liveness, in UpdateLiveness() 275 void UpdateAssignments(Bytecode bytecode, BytecodeLoopAssignments& assignments, in UpdateAssignments() 321 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local 486 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local 527 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local 807 Bytecode bytecode = iterator.current_bytecode(); in LivenessIsValid() local 851 Bytecode bytecode = iterator.current_bytecode(); in LivenessIsValid() local
|
/external/v8/tools/ignition/ |
D | bytecode_dispatches_report.py | 96 dispatches_table, bytecode, top_count, sort_source_relative): argument 115 def print_top_dispatch_sources_and_destinations(dispatches_table, bytecode, argument
|
/external/v8/src/debug/ |
D | debug-evaluate.cc | 423 bool BytecodeHasNoSideEffect(interpreter::Bytecode bytecode) { in BytecodeHasNoSideEffect() 850 bool BytecodeRequiresRuntimeCheck(interpreter::Bytecode bytecode) { in BytecodeRequiresRuntimeCheck() 885 interpreter::Bytecode bytecode = it.current_bytecode(); in FunctionGetSideEffectState() local 997 interpreter::Bytecode bytecode = it.current_bytecode(); in ApplySideEffectChecks() local
|
/external/swiftshader/tests/fuzzers/ |
D | VertexRoutineFuzzer.cpp | 56 FakeVS(sw::VertexShader* bytecode) : bytecode(bytecode) { in FakeVS() 67 sw::VertexShader* bytecode; member in __anonab2d18090111::FakeVS
|
/external/v8/src/runtime/ |
D | runtime-interpreter.cc | 36 Bytecode bytecode = Bytecodes::FromByte(bytecode_int); in RUNTIME_FUNCTION() local 73 interpreter::Bytecode bytecode = bytecode_iterator.current_bytecode(); in PrintRegisters() local
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r700_asm.c | 26 void r700_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf) in r700_bytecode_cf_vtx_build()
|
/external/google-breakpad/src/processor/ |
D | disassembler_x86.cc | 34 DisassemblerX86::DisassemblerX86(const uint8_t *bytecode, in DisassemblerX86()
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | ClassReaderFactory.java | 44 try (InputStream bytecode = inputFileProvider.getInputStream(filename)) { in readIfKnown()
|
D | DefaultMethodClassFixer.java | 245 ClassReader bytecode; in stubMissingDefaultAndBridgeMethods() local 294 ClassReader bytecode = bootclasspath.readIfKnown(internalName); in recordInheritedMethods() local 340 ClassReader bytecode = classpath.readIfKnown(anInterface); in collectOrderedCompanionsToTriggerInterfaceClinit() local 368 ClassReader bytecode; in defaultMethodsDefined() local
|
/external/guice/extensions/struts2/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
/external/libtextclassifier/utils/ |
D | lua-utils.cc | 282 bool LuaEnvironment::Compile(StringPiece snippet, std::string *bytecode) { in Compile() 299 bool Compile(StringPiece snippet, std::string *bytecode) { in Compile()
|
/external/guice/extensions/persist/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |