Searched defs:literal_id (Results 1 - 4 of 4) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/base/ |
H A D | ecma-literal-storage.h | 36 ecma_value_t literal_id; /**< literal id */ member
|
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | translation-array.cc | 109 BeginBuiltinContinuationFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height) BeginBuiltinContinuationFrame() argument 120 BeginJSToWasmBuiltinContinuationFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height, base::Optional<wasm::ValueKind> return_kind) BeginJSToWasmBuiltinContinuationFrame() argument 133 BeginJavaScriptBuiltinContinuationFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height) BeginJavaScriptBuiltinContinuationFrame() argument 143 BeginJavaScriptBuiltinContinuationWithCatchFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height) BeginJavaScriptBuiltinContinuationWithCatchFrame() argument 154 BeginConstructStubFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height) BeginConstructStubFrame() argument 164 BeginArgumentsAdaptorFrame(int literal_id, unsigned height) BeginArgumentsAdaptorFrame() argument 173 BeginInterpretedFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height, int return_value_offset, int return_value_count) BeginInterpretedFrame() argument 308 StoreLiteral(int literal_id) StoreLiteral() argument [all...] |
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator.cc | 1125 int literal_id = DefineDeoptimizationLiteral(literal); in BuildTranslation() local 1292 int literal_id = DefineDeoptimizationLiteral(literal); in AddTranslationForOperand() local
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer.cpp | 4541 unsigned literal_id = 0; in select_instruction() local
|
Completed in 11 milliseconds