/third_party/node/deps/v8/src/interpreter/ |
D | bytecodes.h | 579 static uint8_t ToByte(Bytecode bytecode) { in ToByte() 586 Bytecode bytecode = static_cast<Bytecode>(value); in FromByte() local 611 static OperandScale PrefixBytecodeToOperandScale(Bytecode bytecode) { in PrefixBytecodeToOperandScale() 625 static ImplicitRegisterUse GetImplicitRegisterUse(Bytecode bytecode) { in GetImplicitRegisterUse() 631 static bool ReadsAccumulator(Bytecode bytecode) { in ReadsAccumulator() 636 static bool WritesAccumulator(Bytecode bytecode) { in WritesAccumulator() 643 static bool WritesImplicitRegister(Bytecode bytecode) { in WritesImplicitRegister() 650 static constexpr bool IsAccumulatorLoadWithoutEffects(Bytecode bytecode) { in IsAccumulatorLoadWithoutEffects() 658 static constexpr bool IsCompareWithoutEffects(Bytecode bytecode) { in IsCompareWithoutEffects() 664 static constexpr bool IsShortStar(Bytecode bytecode) { in IsShortStar() [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 | 117 std::string Bytecodes::ToString(Bytecode bytecode, OperandScale operand_scale, in ToString() 130 Bytecode Bytecodes::GetDebugBreak(Bytecode bytecode) { in GetDebugBreak() 149 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, in GetOperandOffset() 163 Bytecode Bytecodes::GetJumpWithoutToBoolean(Bytecode bytecode) { in GetJumpWithoutToBoolean() 180 bool Bytecodes::IsDebugBreak(Bytecode bytecode) { in IsDebugBreak() 220 bool Bytecodes::MakesCallAlongCriticalPath(Bytecode bytecode) { in MakesCallAlongCriticalPath() 271 bool Bytecodes::IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) { in IsStarLookahead() 324 bool Bytecodes::IsBytecodeWithScalableOperands(Bytecode bytecode) { in IsBytecodeWithScalableOperands() 344 bool Bytecodes::BytecodeHasHandler(Bytecode bytecode, in BytecodeHasHandler() 351 std::ostream& operator<<(std::ostream& os, const Bytecode& bytecode) { in operator <<()
|
D | interpreter.cc | 89 Builtin BuiltinIndexFromBytecode(Bytecode bytecode, in BuiltinIndexFromBytecode() 118 CodeT Interpreter::GetBytecodeHandler(Bytecode bytecode, in GetBytecodeHandler() 124 void Interpreter::SetBytecodeHandler(Bytecode bytecode, in SetBytecodeHandler() 134 size_t Interpreter::GetDispatchTableIndex(Bytecode bytecode, in GetDispatchTableIndex() 215 IsolateT* isolate, Handle<Script> script, Handle<BytecodeArray> bytecode) { in CheckAndPrintBytecodeMismatch() 355 ForEachBytecode([=](Bytecode bytecode, OperandScale operand_scale) { in Initialize()
|
D | bytecode-register.h | 68 static constexpr Register FromShortStar(Bytecode bytecode) { in FromShortStar() 76 Bytecode bytecode = in TryToShortStar() local
|
D | interpreter-assembler.h | 279 Bytecode bytecode() const { return bytecode_; } in bytecode() function
|
D | bytecode-array-writer.cc | 85 int BytecodeArrayWriter::CheckBytecodeMatches(BytecodeArray bytecode) { in CheckBytecodeMatches() 234 void BytecodeArrayWriter::UpdateExitSeenInBlock(Bytecode bytecode) { in UpdateExitSeenInBlock() 280 Bytecode bytecode = node->bytecode(); in EmitBytecode() local
|
D | bytecode-array-iterator.cc | 49 interpreter::Bytecode bytecode = interpreter::Bytecodes::FromByte(*cursor); in ApplyDebugBreak() local 228 Bytecode bytecode = current_bytecode(); in GetRelativeJumpTargetOffset() local
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-bytecode-peephole.cc | 263 int32_t GetArgumentValue(const byte* bytecode, int offset, int length) { in GetArgumentValue() 276 BytecodeSequenceNode::BytecodeSequenceNode(int bytecode, Zone* zone) in BytecodeSequenceNode() 288 BytecodeSequenceNode& BytecodeSequenceNode::FollowedBy(int bytecode) { in FollowedBy() 306 BytecodeSequenceNode& BytecodeSequenceNode::ReplaceWith(int bytecode) { in ReplaceWith() 389 bool BytecodeSequenceNode::CheckArguments(const byte* bytecode, int pc) { in CheckArguments() 619 bool RegExpBytecodePeephole::OptimizeBytecode(const byte* bytecode, in OptimizeBytecode() 650 BytecodeSequenceNode& RegExpBytecodePeephole::CreateSequence(int bytecode) { in CreateSequence() 657 int RegExpBytecodePeephole::TryOptimizeSequence(const byte* bytecode, in TryOptimizeSequence() 685 int start_pc, const byte* bytecode, const BytecodeSequenceNode& last_node) { in EmitOptimization() 935 void RegExpBytecodePeephole::EmitArgument(int start_pc, const byte* bytecode, in EmitArgument() [all …]
|
D | regexp-bytecodes.h | 237 inline constexpr int RegExpBytecodeLength(int bytecode) { in RegExpBytecodeLength() 248 inline constexpr const char* RegExpBytecodeName(int bytecode) { in RegExpBytecodeName()
|
D | regexp-bytecodes.cc | 15 int bytecode = *reinterpret_cast<const int32_t*>(pc) & BYTECODE_MASK; in RegExpBytecodeDisassembleSingle() local
|
/third_party/node/deps/v8/src/compiler/ |
D | bytecode-analysis.cc | 240 void UpdateInLiveness(Bytecode bytecode, BytecodeLivenessState* in_liveness, in UpdateInLiveness() 364 void UpdateOutLiveness(Bytecode bytecode, BytecodeLiveness& liveness, in UpdateOutLiveness() 409 void UpdateLiveness(Bytecode bytecode, BytecodeLiveness& liveness, in UpdateLiveness() 425 void UpdateAssignments(Bytecode bytecode, BytecodeLoopAssignments* assignments, in UpdateAssignments() 479 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local 651 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local 693 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local 977 Bytecode bytecode = iterator.current_bytecode(); in LivenessIsValid() local 1023 Bytecode bytecode = iterator.current_bytecode(); in LivenessIsValid() local
|
/third_party/node/deps/v8/tools/ignition/ |
D | bytecode_dispatches_report.py | 99 dispatches_table, bytecode, top_count, sort_source_relative): argument 118 def print_top_dispatch_sources_and_destinations(dispatches_table, bytecode, argument
|
/third_party/node/deps/v8/src/regexp/experimental/ |
D | experimental.cc | 62 Handle<ByteArray> bytecode; member 89 ZoneList<RegExpInstruction> bytecode = ExperimentalRegExpCompiler::Compile( in CompileImpl() local 137 ByteArray bytecode, String subject, int capture_count, in ExecRawImpl() 177 ByteArray bytecode = ByteArray::cast(regexp.bytecode(kIsLatin1)); in ExecRaw() local
|
/third_party/node/test/wasi/ |
D | test-wasi-worker-terminate.js | 9 const bytecode = new Uint8Array([ constant
|
/third_party/node/deps/v8/src/debug/ |
D | debug-evaluate.cc | 424 bool BytecodeHasNoSideEffect(interpreter::Bytecode bytecode) { in BytecodeHasNoSideEffect() 985 bool BytecodeRequiresRuntimeCheck(interpreter::Bytecode bytecode) { in BytecodeRequiresRuntimeCheck() 1022 interpreter::Bytecode bytecode = it.current_bytecode(); in FunctionGetSideEffectState() local 1244 interpreter::Bytecode bytecode = it.current_bytecode(); in ApplySideEffectChecks() local
|
D | debug-frames.cc | 118 BytecodeArray bytecode = mode_ == Mode::kUseDebugBytecode in VisitThread() local
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_shader.c | 77 const uint32 *bytecode, in vmw_svga_shader_create()
|
/third_party/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()
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-graph-builder.h | 134 interpreter::Bytecode bytecode = iterator_.current_bytecode(); in EmitUnconditionalDeopt() local 478 interpreter::Bytecode bytecode = iterator.current_bytecode(); in CalculatePredecessorCounts() local 513 const compiler::BytecodeArrayRef& bytecode() const { in bytecode() function
|
D | maglev-compilation-unit.h | 44 const compiler::BytecodeArrayRef& bytecode() const { return bytecode_; } in bytecode() function
|
/third_party/node/deps/v8/src/baseline/ |
D | baseline.cc | 62 Handle<BytecodeArray> bytecode(shared->GetBytecodeArray(isolate), isolate); in GenerateBaselineCode() local
|
/third_party/node/deps/v8/src/builtins/ |
D | generate-bytecodes-builtins-list.cc | 17 void WriteBytecode(std::ofstream& out, Bytecode bytecode, in WriteBytecode()
|
/third_party/libsnd/src/ |
D | ima_adpcm.c | 262 int chan, k, diff, bytecode, predictor ; in aiff_ima_decode_block() local 331 short bytecode, mask ; in aiff_ima_encode_block() local 394 short step, bytecode, stepindx [2] = { 0 }; in wavlike_ima_decode_block() local 485 short bytecode, mask ; in wavlike_ima_encode_block() local
|
/third_party/gstreamer/gstplugins_bad/gst/adpcmdec/ |
D | adpcmdec.c | 221 int bytecode; in adpcmdec_decode_ms_block() local 305 int bytecode; in adpcmdec_decode_ima_block() local
|