| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-bytecodes.cc | 15 int bytecode = *reinterpret_cast<const int32_t*>(pc) & BYTECODE_MASK; in RegExpBytecodeDisassembleSingle() local
|
| H A D | regexp-bytecodes.h | 237 RegExpBytecodeLength(int bytecode) RegExpBytecodeLength() argument 248 RegExpBytecodeName(int bytecode) RegExpBytecodeName() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A 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() argument [all...] |
| /third_party/mesa3d/src/gallium/winsys/svga/drm/ |
| H A D | vmw_shader.c | 75 vmw_svga_shader_create(struct svga_winsys_screen *sws, SVGA3dShaderType type, const uint32 *bytecode, uint32 bytecodeLen, const SVGA3dDXShaderSignatureHeader *sgnInfo, uint32 sgnLen) vmw_svga_shader_create() argument
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | generate-bytecodes-builtins-list.cc | 17 void WriteBytecode(std::ofstream& out, Bytecode bytecode, in WriteBytecode() argument
|
| H A D | setup-builtins-internal.cc | 264 GenerateBytecodeHandler(Isolate* isolate, Builtin builtin, interpreter::OperandScale operand_scale, interpreter::Bytecode bytecode) GenerateBytecodeHandler() argument
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | interpreter-assembler.h | 279 Bytecode bytecode() const { return bytecode_; } bytecode() function in v8::internal::interpreter::InterpreterAssembler [all...] |
| H A D | bytecode-decoder.cc | 97 Bytecode bytecode = Bytecodes::FromByte(bytecode_start[0]); in Decode() local [all...] |
| H A D | bytecode-node.h | 21 V8_INLINE BytecodeNode(Bytecode bytecode, in BytecodeNode() argument 30 V8_INLINE BytecodeNode(Bytecode bytecode, uint32_t operand0, in BytecodeNode() argument 40 V8_INLINE BytecodeNode(Bytecode bytecode, uint32_t operand0, in BytecodeNode() argument 52 BytecodeNode(Bytecode bytecode, uint32_t operand0, uint32_t operand1, uint32_t operand2, BytecodeSourceInfo source_info = BytecodeSourceInfo()) BytecodeNode() argument 65 BytecodeNode(Bytecode bytecode, uint32_t operand0, uint32_t operand1, uint32_t operand2, uint32_t operand3, BytecodeSourceInfo source_info = BytecodeSourceInfo()) BytecodeNode() argument 80 BytecodeNode(Bytecode bytecode, uint32_t operand0, uint32_t operand1, uint32_t operand2, uint32_t operand3, uint32_t operand4, BytecodeSourceInfo source_info = BytecodeSourceInfo()) BytecodeNode() argument 108 Bytecode bytecode() const { return bytecode_; } bytecode() function in v8::internal::interpreter::final 134 BytecodeNode(Bytecode bytecode, int operand_count, OperandScale operand_scale, BytecodeSourceInfo source_info, uint32_t operand0 = 0, uint32_t operand1 = 0, uint32_t operand2 = 0, uint32_t operand3 = 0, uint32_t operand4 = 0) BytecodeNode() argument [all...] |
| H A D | bytecodes.cc | 105 const char* Bytecodes::ToString(Bytecode bytecode) { in ToString() argument 117 std::string Bytecodes::ToString(Bytecode bytecode, OperandScale operand_scale, in ToString() argument 130 Bytecode Bytecodes::GetDebugBreak(Bytecode bytecode) { in GetDebugBreak() argument 149 GetOperandOffset(Bytecode bytecode, int i, OperandScale operand_scale) GetOperandOffset() argument 163 GetJumpWithoutToBoolean(Bytecode bytecode) GetJumpWithoutToBoolean() argument 180 IsDebugBreak(Bytecode bytecode) IsDebugBreak() argument 220 MakesCallAlongCriticalPath(Bytecode bytecode) MakesCallAlongCriticalPath() argument 271 IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) IsStarLookahead() argument 324 IsBytecodeWithScalableOperands(Bytecode bytecode) IsBytecodeWithScalableOperands() argument 344 BytecodeHasHandler(Bytecode bytecode, OperandScale operand_scale) BytecodeHasHandler() argument 351 operator <<(std::ostream& os, const Bytecode& bytecode) operator <<() argument [all...] |
| H A D | bytecode-register.h | 68 static constexpr Register FromShortStar(Bytecode bytecode) { in FromShortStar() argument 76 Bytecode bytecode = in TryToShortStar() local [all...] |
| H A D | bytecodes.h | 579 ToByte(Bytecode bytecode) ToByte() argument 586 Bytecode bytecode = static_cast<Bytecode>(value); FromByte() local 611 PrefixBytecodeToOperandScale(Bytecode bytecode) PrefixBytecodeToOperandScale() argument 625 GetImplicitRegisterUse(Bytecode bytecode) GetImplicitRegisterUse() argument 631 ReadsAccumulator(Bytecode bytecode) ReadsAccumulator() argument 636 WritesAccumulator(Bytecode bytecode) WritesAccumulator() argument 643 WritesImplicitRegister(Bytecode bytecode) WritesImplicitRegister() argument 650 IsAccumulatorLoadWithoutEffects(Bytecode bytecode) IsAccumulatorLoadWithoutEffects() argument [all...] |
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-compilation-unit.h | 44 const compiler::BytecodeArrayRef& bytecode() const { return bytecode_; } in bytecode() function in v8::internal::maglev::MaglevCompilationUnit
|
| H A D | maglev-code-gen-state.h | 69 const compiler::BytecodeArrayRef& bytecode() const { in bytecode() function in v8::internal::maglev::MaglevCodeGenState
|
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-frames.cc | 118 BytecodeArray bytecode = mode_ == Mode::kUseDebugBytecode in VisitThread() local
|
| H A D | debug-evaluate.cc | 424 bool BytecodeHasNoSideEffect(interpreter::Bytecode bytecode) { in BytecodeHasNoSideEffect() argument 985 bool BytecodeRequiresRuntimeCheck(interpreter::Bytecode bytecode) { in BytecodeRequiresRuntimeCheck() argument 1022 interpreter::Bytecode bytecode = it.current_bytecode(); FunctionGetSideEffectState() local 1244 interpreter::Bytecode bytecode = it.current_bytecode(); ApplySideEffectChecks() local [all...] |
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-debugger-agent-impl.h | 232 std::vector<uint8_t> bytecode; member
|
| H A D | v8-debugger-script.cc | 126 v8::MemorySpan<const uint8_t> bytecode; variable
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-trace.cc | 68 interpreter::Bytecode bytecode = bytecode_iterator.current_bytecode(); in PrintRegisters() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-inlining-heuristic.h | 59 base::Optional<BytecodeArrayRef> bytecode[kMaxCallPolymorphism]; member
|
| /third_party/node/deps/v8/src/regexp/experimental/ |
| H A D | experimental.cc | 62 Handle<ByteArray> bytecode; member 89 ZoneList<RegExpInstruction> bytecode = ExperimentalRegExpCompiler::Compile( in CompileImpl() local 177 ByteArray bytecode = ByteArray::cast(regexp.bytecode(kIsLatin in ExecRaw() local 136 ExecRawImpl(Isolate* isolate, RegExp::CallOrigin call_origin, ByteArray bytecode, String subject, int capture_count, int32_t* output_registers, int32_t output_register_count, int32_t subject_index) ExecRawImpl() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_assemble.c | 363 instr_t bytecode[384], bc; in assemble() local
|
| /third_party/libsnd/src/ |
| H A D | ms_adpcm.c | 219 short bytecode, bpred [2], chan_idelta [2] ; in msadpcm_decode_block() local
|
| H A D | ima_adpcm.c | 262 int chan, k, diff, bytecode, predictor ; in aiff_ima_decode_block() local 331 short bytecode, mask ; aiff_ima_encode_block() local 394 short step, bytecode, stepindx [2] = { 0 }; wavlike_ima_decode_block() local 485 short bytecode, mask ; wavlike_ima_encode_block() local [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | tiering-manager.cc | 340 BytecodeArray bytecode = function.shared().GetBytecodeArray(isolate_); in ShouldOptimize() local
|