Home
last modified time | relevance | path

Searched defs:bytecode (Results 1 - 25 of 70) sorted by relevance

123

/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecodes.cc15 int bytecode = *reinterpret_cast<const int32_t*>(pc) & BYTECODE_MASK; in RegExpBytecodeDisassembleSingle() local
H A Dregexp-bytecodes.h237 RegExpBytecodeLength(int bytecode) RegExpBytecodeLength() argument
248 RegExpBytecodeName(int bytecode) RegExpBytecodeName() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr700_asm.c26 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 Dvmw_shader.c75 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 Dgenerate-bytecodes-builtins-list.cc17 void WriteBytecode(std::ofstream& out, Bytecode bytecode, in WriteBytecode() argument
H A Dsetup-builtins-internal.cc264 GenerateBytecodeHandler(Isolate* isolate, Builtin builtin, interpreter::OperandScale operand_scale, interpreter::Bytecode bytecode) GenerateBytecodeHandler() argument
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-assembler.h279 Bytecode bytecode() const { return bytecode_; } bytecode() function in v8::internal::interpreter::InterpreterAssembler
[all...]
H A Dbytecode-decoder.cc97 Bytecode bytecode = Bytecodes::FromByte(bytecode_start[0]); in Decode() local
[all...]
H A Dbytecode-node.h21 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 Dbytecodes.cc105 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 Dbytecode-register.h68 static constexpr Register FromShortStar(Bytecode bytecode) { in FromShortStar() argument
76 Bytecode bytecode = in TryToShortStar() local
[all...]
H A Dbytecodes.h579 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 Dmaglev-compilation-unit.h44 const compiler::BytecodeArrayRef& bytecode() const { return bytecode_; } in bytecode() function in v8::internal::maglev::MaglevCompilationUnit
H A Dmaglev-code-gen-state.h69 const compiler::BytecodeArrayRef& bytecode() const { in bytecode() function in v8::internal::maglev::MaglevCodeGenState
/third_party/node/deps/v8/src/debug/
H A Ddebug-frames.cc118 BytecodeArray bytecode = mode_ == Mode::kUseDebugBytecode in VisitThread() local
H A Ddebug-evaluate.cc424 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 Dv8-debugger-agent-impl.h232 std::vector<uint8_t> bytecode; member
H A Dv8-debugger-script.cc126 v8::MemorySpan<const uint8_t> bytecode; variable
/third_party/node/deps/v8/src/runtime/
H A Druntime-trace.cc68 interpreter::Bytecode bytecode = bytecode_iterator.current_bytecode(); in PrintRegisters() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-inlining-heuristic.h59 base::Optional<BytecodeArrayRef> bytecode[kMaxCallPolymorphism]; member
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental.cc62 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 Dir2_assemble.c363 instr_t bytecode[384], bc; in assemble() local
/third_party/libsnd/src/
H A Dms_adpcm.c219 short bytecode, bpred [2], chan_idelta [2] ; in msadpcm_decode_block() local
H A Dima_adpcm.c262 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 Dtiering-manager.cc340 BytecodeArray bytecode = function.shared().GetBytecodeArray(isolate_); in ShouldOptimize() local

Completed in 15 milliseconds

123