Home
last modified time | relevance | path

Searched defs:bytecode (Results 26 - 50 of 87) sorted by relevance

1234

/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...]
H A Dexperimental-interpreter.cc139 NfaInterpreter(Isolate* isolate, RegExp::CallOrigin call_origin, ByteArray bytecode, int register_count_per_match, String input, int32_t input_index, Zone* zone) NfaInterpreter() argument
559 FindMatches( Isolate* isolate, RegExp::CallOrigin call_origin, ByteArray bytecode, int register_count_per_match, String input, int start_index, int32_t* output_registers, int output_register_count, Zone* zone) FindMatches() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c363 instr_t bytecode[384], bc; in assemble() local
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_returns_test.cpp141 std::string bytecode; in HWTEST_F_L0() 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/debug/
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/execution/
H A Dtiering-manager.cc340 BytecodeArray bytecode = function.shared().GetBytecodeArray(isolate_); in ShouldOptimize() local
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-iterator.cc49 interpreter::Bytecode bytecode = interpreter::Bytecodes::FromByte(*cursor); in ApplyDebugBreak() local
228 Bytecode bytecode = current_bytecode(); in GetRelativeJumpTargetOffset() local
[all...]
H A Dbytecode-array-writer.cc85 int BytecodeArrayWriter::CheckBytecodeMatches(BytecodeArray bytecode) { in CheckBytecodeMatches() argument
234 UpdateExitSeenInBlock(Bytecode bytecode) UpdateExitSeenInBlock() argument
280 Bytecode bytecode = node->bytecode(); EmitBytecode() local
[all...]
H A Dinterpreter.cc89 Builtin BuiltinIndexFromBytecode(Bytecode bytecode, in BuiltinIndexFromBytecode() argument
118 CodeT Interpreter::GetBytecodeHandler(Bytecode bytecode, in GetBytecodeHandler() argument
124 void Interpreter::SetBytecodeHandler(Bytecode bytecode, in SetBytecodeHandler() argument
134 GetDispatchTableIndex(Bytecode bytecode, OperandScale operand_scale) GetDispatchTableIndex() argument
214 CheckAndPrintBytecodeMismatch( IsolateT* isolate, Handle<Script> script, Handle<BytecodeArray> bytecode) CheckAndPrintBytecodeMismatch() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-regexp.cc171 Object JSRegExp::bytecode(bool is_latin1) const { in bytecode() function in v8::internal::JSRegExp
177 set_bytecode_and_trampoline(Isolate* isolate, Handle<ByteArray> bytecode) set_bytecode_and_trampoline() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_shader.c998 memcpy(ttm_kmap_obj_virtual(&map, &is_iomem), bytecode, size); in vmw_compat_shader_add() local
959 vmw_compat_shader_add(struct vmw_private *dev_priv, struct vmw_cmdbuf_res_manager *man, u32 user_key, const void *bytecode, SVGA3dShaderType shader_type, size_t size, struct list_head *list) vmw_compat_shader_add() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_shader.c920 memcpy(ttm_kmap_obj_virtual(&map, &is_iomem), bytecode, size); in vmw_compat_shader_add() local
881 vmw_compat_shader_add(struct vmw_private *dev_priv, struct vmw_cmdbuf_res_manager *man, u32 user_key, const void *bytecode, SVGA3dShaderType shader_type, size_t size, struct list_head *list) vmw_compat_shader_add() argument
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-analysis.cc240 UpdateInLiveness(Bytecode bytecode, BytecodeLivenessState* in_liveness, const interpreter::BytecodeArrayIterator& iterator) UpdateInLiveness() argument
364 UpdateOutLiveness(Bytecode bytecode, BytecodeLiveness& liveness, BytecodeLivenessState* next_bytecode_in_liveness, const interpreter::BytecodeArrayIterator& iterator, Handle<BytecodeArray> bytecode_array, const BytecodeLivenessMap& liveness_map, Zone* zone) UpdateOutLiveness() argument
409 UpdateLiveness(Bytecode bytecode, BytecodeLiveness& liveness, BytecodeLivenessState** next_bytecode_in_liveness, const interpreter::BytecodeArrayIterator& iterator, Handle<BytecodeArray> bytecode_array, const BytecodeLivenessMap& liveness_map, Zone* zone) UpdateLiveness() argument
425 UpdateAssignments(Bytecode bytecode, BytecodeLoopAssignments* assignments, const interpreter::BytecodeArrayIterator& iterator) UpdateAssignments() argument
479 Bytecode bytecode = iterator.current_bytecode(); Analyze() variable
651 Bytecode bytecode = iterator.current_bytecode(); Analyze() variable
693 Bytecode bytecode = iterator.current_bytecode(); Analyze() variable
977 Bytecode bytecode = iterator.current_bytecode(); LivenessIsValid() local
1023 Bytecode bytecode = iterator.current_bytecode(); LivenessIsValid() local
[all...]
H A Djs-inlining-heuristic.cc226 BytecodeArrayRef bytecode = candidate.bytecode[ in Reduce() local
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins.cc41 interpreter::Bytecode bytecode : 8; member
61 constexpr KindSpecificData(interpreter::Bytecode bytecode, in KindSpecificData() argument
354 interpreter::Bytecode bytecode = in EmitCodeCreateEvents() local
/third_party/node/deps/v8/src/diagnostics/
H A Deh-frame.cc492 byte bytecode = eh_frame_iterator.GetNextByte(); in DumpDwarfDirectives() local
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.h134 interpreter::Bytecode bytecode = iterator_.current_bytecode(); in EmitUnconditionalDeopt() local
478 interpreter::Bytecode bytecode = iterator.current_bytecode(); CalculatePredecessorCounts() local
513 const compiler::BytecodeArrayRef& bytecode() const { bytecode() function in v8::internal::maglev::MaglevGraphBuilder
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-generator.cc198 int bytecode; in LoadCurrentCharacterImpl() local
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc81 Bytecode bytecode = Bytecodes::FromByte(bytecode_array.get(bytecode_offset)); in RUNTIME_FUNCTION_RETURN_PAIR() local
[all...]
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_context.c701 vmw_svga_winsys_vgpu10_shader_create(struct svga_winsys_context *swc, uint32 shaderId, SVGA3dShaderType shaderType, const uint32 *bytecode, uint32 bytecodeLen, const SVGA3dDXShaderSignatureHeader *sgnInfo, uint32 sgnLen) vmw_svga_winsys_vgpu10_shader_create() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgate.cpp893 void Gate::ShortPrint(std::string bytecode, bool inListPreview, size_t highlightIdx) const in ShortPrint() argument
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_offload.py807 bytecode = bpf_bytecode("1,6 0 0 4294967295,") variable
/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_diag.c910 const void *bytecode, *bc; in inet_diag_bc_audit() local

Completed in 28 milliseconds

1234