/external/v8/src/interpreter/ |
D | bytecodes.h | 492 static uint8_t ToByte(Bytecode bytecode) { in ToByte() 499 Bytecode bytecode = static_cast<Bytecode>(value); in FromByte() local 524 static OperandScale PrefixBytecodeToOperandScale(Bytecode bytecode) { in PrefixBytecodeToOperandScale() 538 static AccumulatorUse GetAccumulatorUse(Bytecode bytecode) { in GetAccumulatorUse() 544 static bool ReadsAccumulator(Bytecode bytecode) { in ReadsAccumulator() 549 static bool WritesAccumulator(Bytecode bytecode) { in WritesAccumulator() 555 static constexpr bool IsAccumulatorLoadWithoutEffects(Bytecode bytecode) { in IsAccumulatorLoadWithoutEffects() 570 static constexpr bool IsCompareWithoutEffects(Bytecode bytecode) { in IsCompareWithoutEffects() 579 static constexpr bool IsRegisterLoadWithoutEffects(Bytecode bytecode) { in IsRegisterLoadWithoutEffects() 586 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() 123 Bytecode Bytecodes::GetDebugBreak(Bytecode bytecode) { in GetDebugBreak() 142 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, in GetOperandOffset() 156 Bytecode Bytecodes::GetJumpWithoutToBoolean(Bytecode bytecode) { in GetJumpWithoutToBoolean() 173 bool Bytecodes::IsDebugBreak(Bytecode bytecode) { in IsDebugBreak() 213 bool Bytecodes::MakesCallAlongCriticalPath(Bytecode bytecode) { in MakesCallAlongCriticalPath() 264 bool Bytecodes::IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) { in IsStarLookahead() 307 bool Bytecodes::IsBytecodeWithScalableOperands(Bytecode bytecode) { in IsBytecodeWithScalableOperands() 327 bool Bytecodes::BytecodeHasHandler(Bytecode bytecode, in BytecodeHasHandler() [all …]
|
D | interpreter.cc | 81 int BuiltinIndexFromBytecode(Bytecode bytecode, OperandScale operand_scale) { in BuiltinIndexFromBytecode() 101 Code Interpreter::GetBytecodeHandler(Bytecode bytecode, in GetBytecodeHandler() 108 void Interpreter::SetBytecodeHandler(Bytecode bytecode, in SetBytecodeHandler() 117 size_t Interpreter::GetDispatchTableIndex(Bytecode bytecode, in GetDispatchTableIndex() 191 Handle<BytecodeArray> bytecode) { in CheckAndPrintBytecodeMismatch() 332 OperandScale operand_scale) { in Initialize()
|
D | interpreter-assembler.h | 250 Bytecode bytecode() const { return bytecode_; } in bytecode() function
|
D | bytecode-array-writer.cc | 85 int BytecodeArrayWriter::CheckBytecodeMatches(BytecodeArray bytecode) { in CheckBytecodeMatches() 232 void BytecodeArrayWriter::UpdateExitSeenInBlock(Bytecode bytecode) { in UpdateExitSeenInBlock() 276 Bytecode bytecode = node->bytecode(); in EmitBytecode() local
|
D | bytecode-array-accessor.cc | 81 interpreter::Bytecode bytecode = in ApplyDebugBreak() local 277 Bytecode bytecode = current_bytecode(); in GetRelativeJumpTargetOffset() local
|
/external/v8/src/compiler/ |
D | bytecode-analysis.cc | 100 void UpdateInLiveness(Bytecode bytecode, BytecodeLivenessState* in_liveness, in UpdateInLiveness() 208 void UpdateOutLiveness(Bytecode bytecode, BytecodeLivenessState* out_liveness, in UpdateOutLiveness() 268 void UpdateLiveness(Bytecode bytecode, BytecodeLiveness const& liveness, in UpdateLiveness() 281 void UpdateAssignments(Bytecode bytecode, BytecodeLoopAssignments* assignments, in UpdateAssignments() 325 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local 497 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local 539 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local 825 Bytecode bytecode = iterator.current_bytecode(); in LivenessIsValid() local 869 Bytecode bytecode = iterator.current_bytecode(); in LivenessIsValid() local
|
D | js-inlining-heuristic.h | 52 base::Optional<BytecodeArrayRef> bytecode[kMaxCallPolymorphism]; member
|
/external/v8/src/regexp/ |
D | regexp-bytecode-peephole.cc | 265 int32_t GetArgumentValue(const byte* bytecode, int offset, int length) { in GetArgumentValue() 281 BytecodeSequenceNode::BytecodeSequenceNode(int bytecode, Zone* zone) in BytecodeSequenceNode() 293 BytecodeSequenceNode& BytecodeSequenceNode::FollowedBy(int bytecode) { in FollowedBy() 311 BytecodeSequenceNode& BytecodeSequenceNode::ReplaceWith(int bytecode) { in ReplaceWith() 394 bool BytecodeSequenceNode::CheckArguments(const byte* bytecode, int pc) { in CheckArguments() 624 bool RegExpBytecodePeephole::OptimizeBytecode(const byte* bytecode, in OptimizeBytecode() 655 BytecodeSequenceNode& RegExpBytecodePeephole::CreateSequence(int bytecode) { in CreateSequence() 662 int RegExpBytecodePeephole::TryOptimizeSequence(const byte* bytecode, in TryOptimizeSequence() 690 int start_pc, const byte* bytecode, const BytecodeSequenceNode& last_node) { in EmitOptimization() 940 void RegExpBytecodePeephole::EmitArgument(int start_pc, const byte* bytecode, in EmitArgument() [all …]
|
D | regexp-bytecodes.h | 233 inline constexpr int RegExpBytecodeLength(int bytecode) { in RegExpBytecodeLength() 244 inline constexpr const char* RegExpBytecodeName(int bytecode) { in RegExpBytecodeName()
|
/external/swiftshader/tests/fuzzers/ |
D | VertexRoutineFuzzer.cpp | 60 FakeVS(sw::VertexShader *bytecode) in FakeVS() 75 sw::VertexShader *bytecode; member in __anon5d9ecc540111::FakeVS
|
/external/v8/src/regexp/experimental/ |
D | experimental.cc | 61 Handle<ByteArray> bytecode; member 89 ZoneList<RegExpInstruction> bytecode = in CompileImpl() local 144 ByteArray bytecode, String subject, int capture_count, in ExecRawImpl() 181 ByteArray bytecode = in ExecRaw() local
|
D | experimental-interpreter.cc | 137 ByteArray bytecode, int register_count_per_match, String input, in NfaInterpreter() 557 Isolate* isolate, RegExp::CallOrigin call_origin, ByteArray bytecode, in FindMatches()
|
/external/google-breakpad/src/processor/ |
D | disassembler_x86.cc | 34 DisassemblerX86::DisassemblerX86(const uint8_t *bytecode, in DisassemblerX86()
|
/external/v8/src/debug/ |
D | debug-evaluate.cc | 431 bool BytecodeHasNoSideEffect(interpreter::Bytecode bytecode) { in BytecodeHasNoSideEffect() 880 bool BytecodeRequiresRuntimeCheck(interpreter::Bytecode bytecode) { in BytecodeRequiresRuntimeCheck() 917 interpreter::Bytecode bytecode = it.current_bytecode(); in FunctionGetSideEffectState() local 1126 interpreter::Bytecode bytecode = it.current_bytecode(); in ApplySideEffectChecks() local
|
D | debug-frames.cc | 106 BytecodeArray bytecode = mode_ == Mode::kUseDebugBytecode in VisitThread() local
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_shader.c | 77 const uint32 *bytecode, in vmw_svga_shader_create()
|
/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/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/v8/src/builtins/ |
D | generate-bytecodes-builtins-list.cc | 17 void WriteBytecode(std::ofstream& out, Bytecode bytecode, in WriteBytecode()
|
D | builtins.cc | 41 interpreter::Bytecode bytecode : 8; member 61 constexpr KindSpecificData(interpreter::Bytecode bytecode, in KindSpecificData() 320 interpreter::Bytecode bytecode = in EmitCodeCreateEvents() local
|
/external/v8/src/runtime/ |
D | runtime-interpreter.cc | 57 interpreter::Bytecode bytecode = bytecode_iterator.current_bytecode(); in PrintRegisters() local
|
/external/v8/src/objects/ |
D | shared-function-info-inl.h | 492 void SharedFunctionInfo::SetDebugBytecodeArray(BytecodeArray bytecode) { in SetDebugBytecodeArray() 502 void SharedFunctionInfo::set_bytecode_array(BytecodeArray bytecode) { in set_bytecode_array() 524 BytecodeArray bytecode = BytecodeArray::cast(data); in ShouldFlushBytecode() local
|